copr-fe: unblock copr-fe playbook, missing quotes

This commit is contained in:
Silvie Chlupova 2022-01-05 10:56:31 +01:00
parent 744523bee4
commit 94133e764f

View file

@ -192,5 +192,5 @@
group: "nagios"
mode: 0750
vars:
api_key: "{{ copr_uptimerobot_api_key_ro | default("not-configured") }}"
api_key: "{{ copr_uptimerobot_api_key_ro | default('not-configured') }}"
tags: copr_cdn