add 2fa client to pre here so we can get it working
This commit is contained in:
parent
41bdf9d47b
commit
1dc149a5ca
1 changed files with 1 additions and 1 deletions
|
@ -10,6 +10,7 @@
|
|||
|
||||
pre_tasks:
|
||||
- import_tasks: "{{ tasks_path }}/yumrepos.yml"
|
||||
- import_tasks: "{{ tasks_path }}/2fa_client.yml"
|
||||
|
||||
roles:
|
||||
- { role: base, tags: ['base'] }
|
||||
|
@ -23,7 +24,6 @@
|
|||
- apache
|
||||
|
||||
tasks:
|
||||
- import_tasks: "{{ tasks_path }}/2fa_client.yml"
|
||||
- import_tasks: "{{ tasks_path }}/motd.yml"
|
||||
|
||||
handlers:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue