Commit 3cee2893 by ansible

no message

1 parent bb226da6
......@@ -43,7 +43,7 @@
fstype: ext4
src: "{{ item.device }}"
path: "{{ item.path }}"
with_items:
with_items:
- { device: "{{ app_disk }}"1, path: /opt }
- { device: "{{ app_disk }}"1, path: /upload }
- { device: "{{ app_disk }}"1, path: /archive }
......
......@@ -43,7 +43,7 @@
fstype: ext4
src: "{{ item.device }}"
path: "{{ item.path }}"
with_items:
with_items:
- { device: "{{ app_disk }}"1, path: /opt }
- { device: "{{ app_disk }}"1, path: /upload }
- { device: "{{ app_disk }}"1, path: /archive }
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!