More syntax fixing.

This commit is contained in:
Ralph Bean 2013-07-12 20:29:13 +00:00
parent f982d66714
commit 412e61aad5

View file

@ -4,7 +4,8 @@
# NOTE: most of these vars come from group_vars/badges-web* or from hostvars # NOTE: most of these vars come from group_vars/badges-web* or from hostvars
- name: emit a fedmsg message that we are done - name: emit a fedmsg message that we are done
local_action: fedmsg tasks:
- local_action: fedmsg
cert_prefix="shell" cert_prefix="shell"
topic="playbook.start" topic="playbook.start"
msg="just a test that we are starting" msg="just a test that we are starting"
@ -57,7 +58,8 @@
- include: $handlers/restart_services.yml - include: $handlers/restart_services.yml
- name: emit a fedmsg message that we are done - name: emit a fedmsg message that we are done
local_action: fedmsg tasks:
- local_action: fedmsg
cert_prefix="shell" cert_prefix="shell"
topic="playbook.complete" topic="playbook.complete"
msg="just a test that we have completed" msg="just a test that we are completing"