pkgs: strings should have quotes

Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
Pierre-Yves Chibon 2020-05-25 22:53:46 +02:00
parent 9f9eba3716
commit 57ad832a4a

View file

@ -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