See if we can make this idempotent
This commit is contained in:
parent
88d5fd21e6
commit
d7130e5337
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@
|
|||
file: dest=/srv/git state=directory mode=0755
|
||||
|
||||
- name: ensure the repo list file exists
|
||||
file: path=/srv/git/pkgs-git-repos-list state=touch owner=apache group=apache mode=0644
|
||||
copy: content="" dest=/srv/git/pkgs-git-repos-list force=no owner=apache group=apache mode=0644
|
||||
|
||||
- name: install the script
|
||||
copy: src=make-cgit-pkgs-list.sh dest=/usr/local/bin/make-cgit-pkgs-list.sh mode=0755
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue