Commit 6ed32267 by ansible

no message

1 parent 3c08b092
Showing with 1 additions and 1 deletions
- name: Install software stack based on Application Name
import_tasks: nginx.yml
when: app_name == 'dma' or app_name == 'wdchat'
when: app_name == 'dma'
- import_tasks: wdchat-mongodb.yml
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!