Commit feb91538 by Kevin Falcone

Merge pull request #2198 from edx/jibsheet/remove-unused-rds-template

We don't have this template
parents 9f7415fb 4a5c3360
......@@ -155,13 +155,3 @@
#snapshot: "{{ edx_service_rds_db.name }}-final-{{ ansible_date_time.epoch }}"
snapshot: "red-blue"
when: edx_service_rds_db.state == 'absent'
#
# Output the basis for a db config file that
# includes the yaml connection defintion
#
- name: output a step db config file
local_action:
module: template
src: "db_config.yml.j2"
dest: "~/{{ e_d_c }}-db.yml"
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