Create the directory first
This commit is contained in:
parent
cc2c3f8bc0
commit
9ab258ef35
1 changed files with 3 additions and 0 deletions
|
@ -127,8 +127,11 @@
|
|||
- packages
|
||||
- bodhi
|
||||
|
||||
#
|
||||
# koji ssl cert for owner sync jobs below
|
||||
#
|
||||
- name: create pki dir
|
||||
file: path=/etc/pki/pkgdb mode=700 state=directory
|
||||
|
||||
- name: copy koji ssl cert for owner sync
|
||||
copy: src="{{ puppet_private }}/pkgdb_key_and_cert.pem" dest=/etc/pki/pkgdb/pkgdb.pem mode=600
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue