Merge branch 'master' of /git/ansible
This commit is contained in:
commit
56b1e7db60
2 changed files with 9 additions and 2 deletions
|
@ -43,6 +43,13 @@ roles_path = {{ ansible_base }}/ansible/roles
|
|||
# enable additional callbacks
|
||||
callback_whitelist = fedmsg_callback2,profile_tasks,logdetail2
|
||||
|
||||
# Determine whether includes in tasks and handlers are "static" by
|
||||
# default. As of 2.0, includes are dynamic by default. Setting these
|
||||
# values to True will make includes behave more like they did in the
|
||||
# 1.x versions.
|
||||
#task_includes_static = True
|
||||
handler_includes_static = True
|
||||
|
||||
# change this for alternative sudo implementations
|
||||
#sudo_exe = sudo
|
||||
|
||||
|
|
|
@ -32,8 +32,8 @@
|
|||
- name: create user for copr-git service
|
||||
user: name="copr-service" groups=apache,packager,mock generate_ssh_key=yes ssh_key_bits=2048 ssh_key_file=.ssh/id_rsa
|
||||
|
||||
- name: make sure directories are owned by copr-service user
|
||||
shell: chown -R copr-service:copr-service /var/log/copr-dist-git
|
||||
#- name: make sure directories are owned by copr-service user
|
||||
# shell: chown -R copr-service:copr-service /var/log/copr-dist-git
|
||||
|
||||
- name: make sure directories are owned by copr-service user
|
||||
shell: chown copr-service:copr-service {{ item }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue