summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRalph Bean <rbean@redhat.com>2013-07-12 20:23:14 +0000
committerRalph Bean <rbean@redhat.com>2013-07-12 20:23:14 +0000
commitf982d667141323d85a9e1256703360651e5a018f (patch)
tree0f5ac9372857600015570ada881377cac2f88653
parentab54fd99e3af692868e7bf2dfa9ca342d606e36a (diff)
downloadansible-f982d667141323d85a9e1256703360651e5a018f.tar.gz
ansible-f982d667141323d85a9e1256703360651e5a018f.tar.xz
ansible-f982d667141323d85a9e1256703360651e5a018f.zip
Fix syntax error.
-rw-r--r--playbooks/groups/badges-web.yml16
1 files changed, 8 insertions, 8 deletions
diff --git a/playbooks/groups/badges-web.yml b/playbooks/groups/badges-web.yml
index 06b4bcdc0..6706f41c6 100644
--- a/playbooks/groups/badges-web.yml
+++ b/playbooks/groups/badges-web.yml
@@ -4,10 +4,10 @@
# NOTE: most of these vars come from group_vars/badges-web* or from hostvars
- name: emit a fedmsg message that we are done
- - local_action: fedmsg
- cert_prefix="shell"
- topic="playbook.start"
- msg="just a test that we are starting"
+ local_action: fedmsg
+ cert_prefix="shell"
+ topic="playbook.start"
+ msg="just a test that we are starting"
- name: make badges-web server
hosts: badges-web;badges-web-stg
@@ -57,7 +57,7 @@
- include: $handlers/restart_services.yml
- name: emit a fedmsg message that we are done
- - local_action: fedmsg
- cert_prefix="shell"
- topic="playbook.complete"
- msg="just a test that we have completed"
+ local_action: fedmsg
+ cert_prefix="shell"
+ topic="playbook.complete"
+ msg="just a test that we have completed"