Commit 5283a014 by ansible

no message

1 parent 362f39e3
Showing with 10 additions and 0 deletions
- name: Check & Recreate Stack Folder
file:
path: "{{ item.path }}"
owner: "{{ item.owner }}"
group: "{{ item.owner }}"
state: directory
with_items:
- { owner: root, path: /opt/stack/dma/conf }
- { owner: root, path: /home/chroot/wdftp }
- name: Install software stack based on Application Name - name: Install software stack based on Application Name
import_tasks: nginx.yml import_tasks: nginx.yml
when: app_name == 'dma' or app_name == 'wdchat' when: app_name == 'dma' or app_name == 'wdchat'
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!