Commit c3bce3df by Feanil Patel

Merge pull request #1911 from edx/feanil/update_task_names

Differentiate, yaml config tasks from json tasks.
parents aff5aa13 eee92b91
......@@ -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