Apparently, hosts declaration is required.

This commit is contained in:
Ralph Bean 2013-07-12 20:30:16 +00:00
parent 412e61aad5
commit fb463d21d0

View file

@ -4,6 +4,9 @@
# NOTE: most of these vars come from group_vars/badges-web* or from hostvars
- name: emit a fedmsg message that we are done
hosts: badges-web;badges-web-stg
user: root
gather_facts: False
tasks:
- local_action: fedmsg
cert_prefix="shell"
@ -58,6 +61,9 @@
- include: $handlers/restart_services.yml
- name: emit a fedmsg message that we are done
hosts: badges-web;badges-web-stg
user: root
gather_facts: False
tasks:
- local_action: fedmsg
cert_prefix="shell"