Commit 6d1f9e9f by ansible

no message

1 parent be97404f
Showing with 4 additions and 0 deletions
......@@ -2,6 +2,10 @@
- hosts: FormatAppDisk
become: true
tasks:
- name: Unmount
mount:
src: "{{ app_disk }}"
state: unmounted
# Read device information (always use unit when probing)
- parted: device="{{ app_disk }}" unit=MiB
register: sdb_info
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!