resultsdb / staging: don't install 2fa task in stg.

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2020-09-24 10:00:15 -07:00
parent 0a4698b669
commit ef65a0e620

View file

@ -75,6 +75,7 @@
tasks:
# this is how you include other task lists
- import_tasks: "{{ tasks_path }}/2fa_client.yml"
when: env != "staging"
- import_tasks: "{{ tasks_path }}/motd.yml"
handlers: