Fix typo and put arm-qa playbook back to the way it was.
This commit is contained in:
parent
b5cdb8576e
commit
e286673702
2 changed files with 2 additions and 2 deletions
|
@ -37,7 +37,7 @@
|
|||
action: copy src="{{ private }}/files/mash/masher.id_rsa" dest=/home/masher/.ssh/id_rsa mode=600 owner=masher group=masher
|
||||
|
||||
- name: add masher koji cert/key
|
||||
action: copy src="{{ private }}/files/mash/masher.pem dest=/home/masher/.fedora.cert" mode=600 owner=masher group=masher
|
||||
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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue