From 26feb541193023972c2f683c09845dfe64aaf636 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Bompard?= Date: Thu, 20 Aug 2020 15:13:33 +0200 Subject: [PATCH] Escape braces MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Aurélien Bompard --- playbooks/openshift-apps/fasjson.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/openshift-apps/fasjson.yml b/playbooks/openshift-apps/fasjson.yml index f2f05862c9..1977899685 100644 --- a/playbooks/openshift-apps/fasjson.yml +++ b/playbooks/openshift-apps/fasjson.yml @@ -41,7 +41,7 @@ - role: ipa/servicedelegationtarget name: ipa-http members: - - host: {{ ipa_server }} + - host: "{{ ipa_server }}" service: HTTP - role: ipa/servicedelegationrule name: fasjson