Commit 29b6a194 by John Jarvis

quoting content=

parent f85646df
......@@ -28,7 +28,7 @@
- name: install read-only ssh key for the certs repo
copy: >
content={{ CERTS_GIT_IDENTITY }} dest={{ certs_git_identity }}
content="{{ CERTS_GIT_IDENTITY }}" dest={{ certs_git_identity }}
force=yes owner={{ certs_user }} mode=0600
notify: restart certs
......
......@@ -22,7 +22,7 @@
- name: install read-only ssh key
copy: >
content={{ EDXAPP_GIT_IDENTITY }} dest={{ edxapp_git_identity }}
content="{{ EDXAPP_GIT_IDENTITY }}" dest={{ edxapp_git_identity }}
force=yes owner={{ edxapp_user }} mode=0600
when: EDXAPP_USE_GIT_IDENTITY
......
......@@ -25,7 +25,7 @@
- name: install read-only ssh key for the content repo that is required for grading
copy: >
content={{ XSERVER_GIT_IDENTITY }} dest={{ xserver_git_identity }}
content="{{ XSERVER_GIT_IDENTITY }}" dest={{ xserver_git_identity }}
owner={{ xserver_user }} group={{ xserver_user }} mode=0600
notify: restart xserver
......
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