More syntax fixing.
This commit is contained in:
parent
f982d66714
commit
412e61aad5
1 changed files with 10 additions and 8 deletions
|
@ -4,10 +4,11 @@
|
|||
# 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"
|
||||
tasks:
|
||||
- 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 +58,8 @@
|
|||
- 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"
|
||||
tasks:
|
||||
- local_action: fedmsg
|
||||
cert_prefix="shell"
|
||||
topic="playbook.complete"
|
||||
msg="just a test that we are completing"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue