add 2fa client to pre here so we can get it working

This commit is contained in:
Kevin Fenzi 2018-03-06 23:42:02 +00:00
parent 41bdf9d47b
commit 1dc149a5ca

View file

@ -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: