From 890e9c0f23587151509549062768355c06ac1ef0 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Mon, 16 Nov 2020 17:17:08 -0800 Subject: [PATCH] datagrepper: also totp only in prod Signed-off-by: Kevin Fenzi --- playbooks/groups/datagrepper.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/playbooks/groups/datagrepper.yml b/playbooks/groups/datagrepper.yml index bc2908575f..6124ba85fa 100644 --- a/playbooks/groups/datagrepper.yml +++ b/playbooks/groups/datagrepper.yml @@ -34,6 +34,7 @@ tasks: - import_tasks: "{{ tasks_path }}/2fa_client.yml" + when: env != "staging" - import_tasks: "{{ tasks_path }}/motd.yml" handlers: