From fb463d21d045e6db96ffd5770bd99a1fff95bd73 Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Fri, 12 Jul 2013 20:30:16 +0000 Subject: [PATCH] Apparently, hosts declaration is required. --- playbooks/groups/badges-web.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/playbooks/groups/badges-web.yml b/playbooks/groups/badges-web.yml index bc38336d8f..b490435fac 100644 --- a/playbooks/groups/badges-web.yml +++ b/playbooks/groups/badges-web.yml @@ -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"