Quotes.
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
parent
9378371511
commit
e20344e493
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@
|
|||
register: ipa_ca_cert_var
|
||||
- name: Register the IPA CA cert in a fact
|
||||
set_fact:
|
||||
ipa_ca_cert: {{ ipa_ca_cert_var.content }}
|
||||
ipa_ca_cert: "{{ ipa_ca_cert_var.content }}"
|
||||
|
||||
roles:
|
||||
# RabbitMQ is not redeployed in staging yet
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue