Commit 8143e95f by Feanil Patel

Fix the git.sh path and fix a task name.

parent c3486e03
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
repo_url: "git@github.com/edx/certificates.git" repo_url: "git@github.com/edx/certificates.git"
repo_path: "/opt/wwc/certificates" repo_path: "/opt/wwc/certificates"
certificates_version: "master" certificates_version: "master"
git_ssh_script: "/tmp/git.sh" git_ssh_script: "/opt/wwc/git.sh"
serial: "{{ serial_count }}" serial: "{{ serial_count }}"
tasks: tasks:
- name: stop certs service - name: stop certs service
...@@ -30,5 +30,5 @@ ...@@ -30,5 +30,5 @@
group="www-data" group="www-data"
recurse=yes recurse=yes
state="directory" state="directory"
- name: stop certs service - name: start certs service
service: name="certificates" state="started" service: name="certificates" state="started"
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