Commit a7c6bb39 by ansible

no message

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