Commit 44475b64 by e0d

Merge pull request #282 from edx/e0d/fix-github-users

E0d/fix github users
parents 276cd811 14c6d89b
...@@ -7,3 +7,4 @@ common_debian_pkgs: ...@@ -7,3 +7,4 @@ common_debian_pkgs:
- screen - screen
- tree - tree
- git - git
- unzip
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
- name: common | create .ssh directory - name: common | create .ssh directory
file: file:
path=/home/{{ item.user }}/.ssh state=directory mode=0600 path=/home/{{ item.user }}/.ssh state=directory mode=0700
owner={{ item.user }} group={{ item.user }} owner={{ item.user }} group={{ item.user }}
with_items: github_users with_items: github_users
tags: tags:
......
--- ---
- include: create_users.yml - include: create_users.yml
#- include: create_github_users.yml - include: create_github_users.yml
# when: github_users is defined when: github_users is defined
- name: common | Add user www-data - name: common | Add user www-data
# This user should be created on the system by default # This user should be created on the system by default
......
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