mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-11 10:32:27 +08:00
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user