fix up keygen playbook to be more idempotent
This commit is contained in:
parent
5632821887
commit
7edebbb9aa
1 changed files with 1 additions and 4 deletions
|
@ -17,11 +17,8 @@
|
|||
- name: install yum
|
||||
dnf: name=yum state=latest
|
||||
|
||||
- name: upgrade all packages
|
||||
command: yum-deprecated upgrade -y
|
||||
|
||||
- name: change owner of data to copr-signer
|
||||
shell: "chown -R copr-signer:copr-signer /var/lib/copr-keygen"
|
||||
file: path=/var/lib/copr-keygen owner=copr-signer group=copr-signer recurse=yes
|
||||
|
||||
- selinux: policy=targeted state=permissive
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue