Some more idemportency stuff
This commit is contained in:
parent
e6f2b7ad74
commit
efc074f1ae
1 changed files with 6 additions and 1 deletions
|
@ -180,6 +180,7 @@
|
||||||
register: admin_user_list
|
register: admin_user_list
|
||||||
run_once: True
|
run_once: True
|
||||||
always_run: True
|
always_run: True
|
||||||
|
changed_when: "1 != 1"
|
||||||
delegate_to: localhost
|
delegate_to: localhost
|
||||||
tags:
|
tags:
|
||||||
- config
|
- config
|
||||||
|
@ -197,8 +198,12 @@
|
||||||
with_items:
|
with_items:
|
||||||
- {name: /etc/gitolite/hooks, mode: 770, state: directory}
|
- {name: /etc/gitolite/hooks, mode: 770, state: directory}
|
||||||
- {name: /etc/gitolite/hooks/common, mode: 770, state: directory}
|
- {name: /etc/gitolite/hooks/common, mode: 770, state: directory}
|
||||||
- {name: /etc/gitolite/hooks/common/update, mode: 755, state: touch}
|
|
||||||
|
|
||||||
|
- name: Fix permissions on the Gitolite stuff (touch update if it does not exist)
|
||||||
|
copy: content="" dest=/etc/gitolite/hooks/common/update force=no owner=root group=packager mode=0755
|
||||||
|
tags:
|
||||||
|
- distgit
|
||||||
|
- config
|
||||||
|
|
||||||
# -- CGit ------------------------------------------------
|
# -- CGit ------------------------------------------------
|
||||||
# This is the pretty web view of the repositories, using CGit.
|
# This is the pretty web view of the repositories, using CGit.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue