value02: fix playbook syntax error

Signed-off-by: Ryan Lerch <rlerch@redhat.com>
This commit is contained in:
Ryan Lercho 2021-07-02 11:06:24 +10:00
parent 84981b96ba
commit 812cf79d44

View file

@ -18,12 +18,12 @@
- { role: openvpn/client, - { role: openvpn/client,
when: env != "staging" } when: env != "staging" }
- ipa/client - ipa/client
- role: keytab/service - { role: keytab/service,
owner_user: root owner_user: root,
owner_group: root owner_group: root,
service: value02 service: value02,
host: "value02.stg.fedoraproject.org" host: "value02.stg.fedoraproject.org",
when: inventory_hostname.startswith('value02.stg') when: inventory_hostname.startswith('value02.stg') }
- collectd/base - collectd/base
- apache - apache
- { role: fedmsg/base, - { role: fedmsg/base,