Commit 7441ccef by ansible

no message

1 parent 295d7527
Showing with 5 additions and 4 deletions
- name: Install software stack based on Application Name - name: Install software stack based on Application Name
import_tasks: nginx.yml import_tasks: wdchat-mongodb.yml
when: app_name == 'dma'
- import_tasks: wdchat-mongodb.yml
when: app_name == 'dma' when: app_name == 'dma'
- import_tasks: wdchat-postgres.yml - import_tasks: wdchat-postgres.yml
...@@ -21,4 +18,7 @@ ...@@ -21,4 +18,7 @@
when: app_name == 'dma' when: app_name == 'dma'
- import_tasks: servicegateway.yml - import_tasks: servicegateway.yml
when: app_name == 'dma'
- import_tasks: nginx.yml
when: app_name == 'dma' when: app_name == 'dma'
\ No newline at end of file
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!