Commit 8bccedd6 by Giulio Gratta

fixed a string quotation error and a handler bug

parent 885ca3d4
......@@ -7,7 +7,7 @@
# this indicates the path to site-specific (with precedence)
# things like nginx template files
secure_dir: ../../../edx-secret/ansible
local_dir: {{secure_dir}}/local
local_dir: "{{secure_dir}}/local"
migrate_db: "no"
vars_files:
- "{{ secure_dir }}/vars/edxapp_stage_vars.yml"
......
- name: certifier | restart certificate-agent
supervisorctl: name=certifier-certificate-agent state=restarted
supervisorctl: name=certificate-agent state=restarted
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