Commit 967b1956 by Kevin Falcone Committed by GitHub

Merge pull request #3486 from edx/jibsheet/config-testing

Add an install:app-configuration that only generates yml/json
parents ad900a93 c36795e0
......@@ -99,6 +99,7 @@
tags:
- install
- install:configuration
- install:app-configuration
- name: Install a bunch of system packages on which edx_service relies
apt:
......
......@@ -10,7 +10,8 @@
tags:
- install
- install:configuration
- edxapp_cfg
- install:app-configuration
- edxapp_cfg # Old deprecated tag, will remove when possible
- name: create auth and application yaml config
template:
......@@ -23,7 +24,8 @@
tags:
- install
- install:configuration
- edxapp_cfg
- install:app-configuration
- edxapp_cfg # Old deprecated tag, will remove when possible
# write the supervisor scripts for the service variants
- name: "writing {{ item }} supervisor script"
......
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