pagure: fix the env_suffix that doesn't exists for these hosts
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
parent
0905ac5c81
commit
db69751e06
1 changed files with 2 additions and 2 deletions
|
@ -230,12 +230,12 @@
|
|||
owner={{ item.owner }} group={{ item.group}} mode={{ item.mode }}
|
||||
when: env == 'pagure-staging'
|
||||
with_items:
|
||||
- src: "{{private}}/files/rabbitmq/staging/pki/issued/pagure{{ env_suffix }}.crt"
|
||||
- src: "{{private}}/files/rabbitmq/staging/pki/issued/pagure.stg.crt"
|
||||
dest: pagure.crt
|
||||
owner: pagure
|
||||
group: pagure
|
||||
mode: "444"
|
||||
- src: "{{private}}/files/rabbitmq/staging/pki/private/pagure{{ env_suffix }}.key"
|
||||
- src: "{{private}}/files/rabbitmq/staging/pki/private/pagure.stg.key"
|
||||
dest: pagure.key
|
||||
owner: pagure
|
||||
group: pagure
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue