From ab3a206b0db20585d2f788c5700e2dbc1de95abe Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Wed, 16 Sep 2020 11:25:57 -0700 Subject: [PATCH] bugzilla2fedmsg: Adjust playbook for staging Signed-off-by: Kevin Fenzi --- playbooks/groups/bugzilla2fedmsg.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/playbooks/groups/bugzilla2fedmsg.yml b/playbooks/groups/bugzilla2fedmsg.yml index fd33effe7f..127e99e301 100644 --- a/playbooks/groups/bugzilla2fedmsg.yml +++ b/playbooks/groups/bugzilla2fedmsg.yml @@ -20,7 +20,7 @@ - rkhunter - nagios_client - hosts - - fas_client + - { role: fas_client, when: env != "staging" } - sudo - collectd/base - fedmsg/base @@ -30,6 +30,7 @@ tasks: - import_tasks: "{{ tasks_path }}/2fa_client.yml" + when: env != "staging" - import_tasks: "{{ tasks_path }}/motd.yml" handlers: