copr-dist-git: remove unnecessary chown on /var/lib/copr-dist-git
This commit is contained in:
parent
1e9ea58ee8
commit
c470ebc124
1 changed files with 0 additions and 1 deletions
|
@ -29,7 +29,6 @@
|
||||||
- name: make sure directories are owned by copr-dist-git user
|
- name: make sure directories are owned by copr-dist-git user
|
||||||
file: path={{ item }} owner=copr-dist-git group=copr-dist-git state=directory recurse=yes
|
file: path={{ item }} owner=copr-dist-git group=copr-dist-git state=directory recurse=yes
|
||||||
with_items:
|
with_items:
|
||||||
- /var/lib/copr-dist-git/
|
|
||||||
- /var/log/copr-dist-git/
|
- /var/log/copr-dist-git/
|
||||||
|
|
||||||
- name: install config for copr-dist-git
|
- name: install config for copr-dist-git
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue