mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-16 13:56:03 +08:00
Fix syntax error.
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user