Commit 4f229d93 by ansible

no message

1 parent f088c7a7
Showing with 3 additions and 2 deletions
- name: Initial Application based on Application Name - name: Initial Application based on Application Name
import_tasks: initial_user_db_wdchat import_tasks: initial_user_db_wdchat.yml
when: app_name == 'wdchat' when: app_name == 'wdchat'
#- import_tasks: initial_data_wdchat #- import_tasks: initial_data_wdchat
# when: app_name == 'wdchat' # when: app_name == 'wdchat'
- import_tasks: initial_user_db_dma - import_tasks: initial_user_db_dma.yml
when: app_name == 'dma' when: app_name == 'dma'
#- import_tasks: initial_data_dma #- import_tasks: initial_data_dma
# 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!