needed a copy and not a file module task
Signed-off-by: Adam Miller <admiller@redhat.com>
This commit is contained in:
parent
0d6e9cd3b2
commit
741cee6d53
1 changed files with 2 additions and 2 deletions
|
@ -226,12 +226,12 @@
|
|||
state: directory
|
||||
|
||||
- name: install docker client cert for stage registry
|
||||
file:
|
||||
copy:
|
||||
src: "{{private}}/files/koji/containerbuild.cert.pem"
|
||||
dest: "/etc/docker/certs.d/registry.stg.fedoraproject.org/client.cert"
|
||||
|
||||
- name: install docker client key for stage registry
|
||||
file:
|
||||
copy:
|
||||
src: "{{private}}/files/koji/containerbuild.key.pem"
|
||||
dest: "/etc/docker/certs.d/registry.stg.fedoraproject.org/client.key"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue