Remove extra '-' in the rabbitmq key.
This commit is contained in:
parent
7eb8152d5d
commit
742031f6cc
1 changed files with 1 additions and 1 deletions
|
@ -270,7 +270,7 @@
|
|||
|
||||
- name: copy the odcs rabbitmq key.
|
||||
copy:
|
||||
src: "{{private}}/files/rabbitmq/{{env}}/pki/private/odcs-{{env_suffix}}.key"
|
||||
src: "{{private}}/files/rabbitmq/{{env}}/pki/private/odcs{{env_suffix}}.key"
|
||||
dest: /etc/odcs/odcs-rabbitmq.key
|
||||
owner: odcs
|
||||
group: fedmsg
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue