Apparently, hosts declaration is required.
This commit is contained in:
parent
412e61aad5
commit
fb463d21d0
1 changed files with 6 additions and 0 deletions
|
@ -4,6 +4,9 @@
|
||||||
# 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
|
||||||
|
hosts: badges-web;badges-web-stg
|
||||||
|
user: root
|
||||||
|
gather_facts: False
|
||||||
tasks:
|
tasks:
|
||||||
- local_action: fedmsg
|
- local_action: fedmsg
|
||||||
cert_prefix="shell"
|
cert_prefix="shell"
|
||||||
|
@ -58,6 +61,9 @@
|
||||||
- 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
|
||||||
|
hosts: badges-web;badges-web-stg
|
||||||
|
user: root
|
||||||
|
gather_facts: False
|
||||||
tasks:
|
tasks:
|
||||||
- local_action: fedmsg
|
- local_action: fedmsg
|
||||||
cert_prefix="shell"
|
cert_prefix="shell"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue