value02: fix playbook syntax error
Signed-off-by: Ryan Lerch <rlerch@redhat.com>
This commit is contained in:
parent
84981b96ba
commit
812cf79d44
1 changed files with 6 additions and 6 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue