Commit ae5b5173 by ansible

no message

1 parent c796e001
Showing with 2 additions and 5 deletions
- name: Remove all partitions from disk
# Remove all partitions from disk
parted:
device: "{{ app_disk }}"
number: "{{ item.num }}"
state: absent
with_items:
- "{{ "{{ app_disk }}_info".partitions }}"
device: "{{ app_disk }}"
state: absent
- name: Create New Partiton "{{ app_disk }}"
parted:
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!