Create the directory first

This commit is contained in:
Kevin Fenzi 2015-08-24 16:08:57 +00:00
parent cc2c3f8bc0
commit 9ab258ef35

View file

@ -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