Commit 76df9eab by ansible

no message

1 parent 14b795fd
Showing with 6 additions and 3 deletions
...@@ -61,9 +61,6 @@ ...@@ -61,9 +61,6 @@
- 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 ###
...@@ -85,3 +82,9 @@ ...@@ -85,3 +82,9 @@
when: app_name == 'wdchat' when: app_name == 'wdchat'
################################################# #################################################
- 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!