mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
See if we can make this idempotent
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user