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:
parent
064973179a
commit
8cf85ff800
1 changed files with 1 additions and 0 deletions
|
@ -35,6 +35,7 @@
|
|||
|
||||
tasks:
|
||||
- import_tasks: "{{ tasks_path }}/2fa_client.yml"
|
||||
when: env != 'staging'
|
||||
- import_tasks: "{{ tasks_path }}/motd.yml"
|
||||
|
||||
handlers:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue