From 8cf85ff800906c4115028656b0bbb0c30c2d2412 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Jul 20 2020 21:27:07 +0000 Subject: 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 --- diff --git a/playbooks/groups/virthost.yml b/playbooks/groups/virthost.yml index d456300..63c2d8b 100644 --- a/playbooks/groups/virthost.yml +++ b/playbooks/groups/virthost.yml @@ -35,6 +35,7 @@ tasks: - import_tasks: "{{ tasks_path }}/2fa_client.yml" + when: env != 'staging' - import_tasks: "{{ tasks_path }}/motd.yml" handlers: