diff --git a/playbooks/groups/wiki.yml b/playbooks/groups/wiki.yml index 0c0e5bce7d..c9a8275363 100644 --- a/playbooks/groups/wiki.yml +++ b/playbooks/groups/wiki.yml @@ -23,7 +23,7 @@ - rkhunter - nagios_client - hosts - - fas_client + - { role: fas_client, when: env != "staging" } - collectd/base - apache - { role: fedmsg/base, @@ -40,6 +40,7 @@ tasks: - import_tasks: "{{ tasks_path }}/2fa_client.yml" + when: env != "staging" - import_tasks: "{{ tasks_path }}/motd.yml" handlers: