make sure the uplaod ca cert file exists
This commit is contained in:
parent
2322011063
commit
437bcc1209
1 changed files with 2 additions and 0 deletions
|
@ -40,6 +40,8 @@
|
|||
action: copy src="{{ private }}/files/mash/masher.pem" dest=/home/masher/.fedora.cert mode=600 owner=masher group=masher
|
||||
- name: add masher koji ca cert
|
||||
action: copy src="{{ private }}/files/koji/buildercerts/fedora-ca.cert" dest=/home/masher/.fedora-server-ca.cert
|
||||
- name: add masher koji ca upload cert
|
||||
action: copy src="{{ private }}/files/koji/buildercerts/fedora-ca.cert" dest=/home/masher/.fedora-upload-ca.cert
|
||||
|
||||
# rawhide group
|
||||
- name: rawhide group
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue