virthost playbook: also do not run 2fa role in stg

Since this currently depends on pam_url and totpcgi
do not enable this in staging currently.

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2020-07-20 14:27:07 -07:00
parent 064973179a
commit 8cf85ff800

View file

@ -35,6 +35,7 @@
tasks:
- import_tasks: "{{ tasks_path }}/2fa_client.yml"
when: env != 'staging'
- import_tasks: "{{ tasks_path }}/motd.yml"
handlers: