Commit 76df9eab by ansible

no message

1 parent 14b795fd
Showing with 8 additions and 6 deletions
...@@ -60,12 +60,9 @@ ...@@ -60,12 +60,9 @@
- import_tasks: servicegateway.yml - import_tasks: servicegateway.yml
when: app_name == 'dma' when: app_name == 'dma'
- import_tasks: system-management.yml
when: app_name == 'dma' or app_name == 'wdchat'
################################################# #################################################
### Software Stack Script Module Installation ### ### Software Stack Script Module Installation ###
- import_tasks: dma-stackscript.yml - import_tasks: dma-stackscript.yml
...@@ -84,4 +81,10 @@ ...@@ -84,4 +81,10 @@
- import_tasks: wdchat-iconsole.yml - import_tasks: wdchat-iconsole.yml
when: app_name == 'wdchat' when: app_name == 'wdchat'
################################################# #################################################
\ No newline at end of file
- import_tasks: system-management.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!