Commit 646f42e9 by John Jarvis

Merge pull request #131 from edx/jarv/fix-sudo-perms

changing owner/group/mode for ssh_key_forward sudo config
parents a5b33c91 48ee0936
...@@ -79,7 +79,7 @@ ...@@ -79,7 +79,7 @@
- update - update
- name: upload sudo config for key forwarding as root - name: upload sudo config for key forwarding as root
copy: src=ssh_key_forward dest=/etc/sudoers.d/ssh_key_forward validate='visudo -c -f %s' copy: src=ssh_key_forward dest=/etc/sudoers.d/ssh_key_forward validate='visudo -c -f %s' owner=root group=root mode=0440
- include: create_venv.yml - include: create_venv.yml
- include: edx_logging_base.yml - include: edx_logging_base.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