Commit 4d31520b by ansible

no message

1 parent a7c6bb39
Showing with 3 additions and 0 deletions
- name: Remove all partitions from disk - name: Remove all partitions from disk
parted: device="/dev/{{ app_disk }}" unit=MiB
register: sdb_info
# Remove all partitions from disk # Remove all partitions from disk
parted: parted:
device: "/dev/{{ app_disk }}" device: "/dev/{{ app_disk }}"
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!