Commit 6adcc5ab by Edward Zarecor

Fixing tag clash

parent 9fb51ae1
...@@ -3,44 +3,44 @@ ...@@ -3,44 +3,44 @@
src={{ item }}.env.json.j2 src={{ item }}.env.json.j2
dest={{ edxapp_app_dir }}/{{ item }}.env.json dest={{ edxapp_app_dir }}/{{ item }}.env.json
sudo_user: "{{ edxapp_user }}" sudo_user: "{{ edxapp_user }}"
tags: edxapp_cfg
with_items: service_variants_enabled with_items: service_variants_enabled
tags: tags:
- install - install
- install:configration - install:configration
- edxapp_cfg
- name: "create {{ item }} auth file" - name: "create {{ item }} auth file"
template: > template: >
src={{ item }}.auth.json.j2 src={{ item }}.auth.json.j2
dest={{ edxapp_app_dir }}/{{ item }}.auth.json dest={{ edxapp_app_dir }}/{{ item }}.auth.json
sudo_user: "{{ edxapp_user }}" sudo_user: "{{ edxapp_user }}"
tags: edxapp_cfg
with_items: service_variants_enabled with_items: service_variants_enabled
tags: tags:
- install - install
- install:configration - install:configration
- edxapp_cfg
- name: "create {{ item }} yaml application config" - name: "create {{ item }} yaml application config"
template: > template: >
src={{ item }}.env.yaml.j2 src={{ item }}.env.yaml.j2
dest={{ EDXAPP_CFG_DIR }}/{{ item }}.env.yaml dest={{ EDXAPP_CFG_DIR }}/{{ item }}.env.yaml
sudo_user: "{{ edxapp_user }}" sudo_user: "{{ edxapp_user }}"
tags: edxapp_cfg
with_items: service_variants_enabled with_items: service_variants_enabled
tags: tags:
- install - install
- install:configuration - install:configuration
- edxapp_cfg
- name: "create {{ item }} yaml auth file" - name: "create {{ item }} yaml auth file"
template: > template: >
src={{ item }}.auth.yaml.j2 src={{ item }}.auth.yaml.j2
dest={{ EDXAPP_CFG_DIR }}/{{ item }}.auth.yaml dest={{ EDXAPP_CFG_DIR }}/{{ item }}.auth.yaml
sudo_user: "{{ edxapp_user }}" sudo_user: "{{ edxapp_user }}"
tags: edxapp_cfg
with_items: service_variants_enabled with_items: service_variants_enabled
tags: tags:
- install - install
- install:configuration - install:configuration
- edxapp_cfg
# write the supervisor scripts for the service variants # write the supervisor scripts for the service variants
......
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