Commit 593f32a5 by ansible

no message

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