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,
when: env != "staging" }
- ipa/client
- role: keytab/service
owner_user: root
owner_group: root
service: value02
host: "value02.stg.fedoraproject.org"
when: inventory_hostname.startswith('value02.stg')
- { role: keytab/service,
owner_user: root,
owner_group: root,
service: value02,
host: "value02.stg.fedoraproject.org",
when: inventory_hostname.startswith('value02.stg') }
- collectd/base
- apache
- { role: fedmsg/base,