Commit a7c6bb39 by ansible

no message

1 parent 7b5bb7aa
Showing with 1 additions and 1 deletions
......@@ -5,7 +5,7 @@
number: "{{ item.num }}"
state: absent
with_items:
- "{{ "{{ app_disk }}_info".partitions }}"
- "{{ sdb_info.partitions }}"
- name: Create New Partiton "/dev/{{ app_disk }}"
parted:
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!