Fix syntax error.
This commit is contained in:
parent
ab54fd99e3
commit
f982d66714
1 changed files with 8 additions and 8 deletions
|
@ -4,7 +4,7 @@
|
|||
# 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
|
||||
local_action: fedmsg
|
||||
cert_prefix="shell"
|
||||
topic="playbook.start"
|
||||
msg="just a test that we are starting"
|
||||
|
@ -57,7 +57,7 @@
|
|||
- include: $handlers/restart_services.yml
|
||||
|
||||
- name: emit a fedmsg message that we are done
|
||||
- local_action: fedmsg
|
||||
local_action: fedmsg
|
||||
cert_prefix="shell"
|
||||
topic="playbook.complete"
|
||||
msg="just a test that we have completed"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue