bugzilla2fedmsg: Adjust playbook for staging

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2020-09-16 11:25:57 -07:00
parent 930a619cfa
commit ab3a206b0d

View file

@ -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: