fix task path for fedimg pki stuff
This commit is contained in:
parent
0bc56e8118
commit
25365ee75f
1 changed files with 2 additions and 2 deletions
|
@ -44,7 +44,7 @@
|
|||
- fedimg
|
||||
|
||||
- name: copy keys into pki directory for staging
|
||||
copy: src={{private}}/fedimg/{{item}} dest=/etc/pki/fedimg/{{item}}
|
||||
copy: src={{private}}/files/fedimg/{{item}} dest=/etc/pki/fedimg/{{item}}
|
||||
owner=fedmsg group=fedmsg mode=0100
|
||||
with_items:
|
||||
- fedimg-dev
|
||||
|
@ -56,7 +56,7 @@
|
|||
- fedimg
|
||||
|
||||
- name: copy keys into pki directory for production
|
||||
copy: src={{private}}/fedimg/{{item}} dest=/etc/pki/fedimg/{{item}}
|
||||
copy: src={{private}}/files/fedimg/{{item}} dest=/etc/pki/fedimg/{{item}}
|
||||
owner=fedmsg group=fedmsg mode=0100
|
||||
with_items:
|
||||
- fedimg-prod
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue