value02.stg: add missing , in value playbook
Signed-off-by: Ryan Lerch <rlerch@redhat.com>
This commit is contained in:
parent
f4c53a495a
commit
0f206f68fc
1 changed files with 2 additions and 2 deletions
|
@ -25,14 +25,14 @@
|
||||||
# Set up for fedora-messaging
|
# Set up for fedora-messaging
|
||||||
- { role: rabbit/user,
|
- { role: rabbit/user,
|
||||||
username: "value{{ env_suffix }}"}
|
username: "value{{ env_suffix }}"}
|
||||||
- { role: fedmsg/irc
|
- { role: fedmsg/irc,
|
||||||
when: inventory_hostname.startswith('value01') }
|
when: inventory_hostname.startswith('value01') }
|
||||||
- supybot
|
- supybot
|
||||||
- sudo
|
- sudo
|
||||||
- rsyncd
|
- rsyncd
|
||||||
- role: collectd/fedmsg-service
|
- role: collectd/fedmsg-service
|
||||||
process: fedmsg-irc
|
process: fedmsg-irc
|
||||||
- { role: mote
|
- { role: mote,
|
||||||
when: inventory_hostname.startswith('value01') }
|
when: inventory_hostname.startswith('value01') }
|
||||||
|
|
||||||
pre_tasks:
|
pre_tasks:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue