Commit eee92b91 by Feanil Patel

Differentiate, yaml config tasks from json tasks.

parent aff5aa13
......@@ -14,7 +14,7 @@
tags: edxapp_cfg
with_items: service_variants_enabled
- name: "create {{ item }} application config"
- name: "create {{ item }} yaml application config"
template: >
src={{ item }}.env.yaml.j2
dest={{ EDXAPP_CFG_DIR }}/{{ item }}.env.yaml
......@@ -22,7 +22,7 @@
tags: edxapp_cfg
with_items: service_variants_enabled
- name: "create {{ item }} auth file"
- name: "create {{ item }} yaml auth file"
template: >
src={{ item }}.auth.yaml.j2
dest={{ EDXAPP_CFG_DIR }}/{{ item }}.auth.yaml
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment