From 57ad832a4a92c858ce868fd5c2d3fbb4cde49610 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Mon, 25 May 2020 22:53:46 +0200 Subject: [PATCH] pkgs: strings should have quotes Signed-off-by: Pierre-Yves Chibon --- playbooks/groups/pkgs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/groups/pkgs.yml b/playbooks/groups/pkgs.yml index 1bcb402c92..5b37f3ea4d 100644 --- a/playbooks/groups/pkgs.yml +++ b/playbooks/groups/pkgs.yml @@ -62,7 +62,7 @@ - /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml roles: - - { role: gitolite/base, when: env != "staging" and datacenter != iad2} + - { role: gitolite/base, when: env != "staging" and datacenter != "iad2"} - gitolite/check_fedmsg_hooks - { role: git/make_checkout_seed, when: env != "staging" } - git/hooks