move yumrepos to pre_tasks
Signed-off-by: Rick Elrod <relrod@redhat.com>
This commit is contained in:
parent
5fd28b348b
commit
8ad6685709
1 changed files with 3 additions and 1 deletions
|
@ -21,8 +21,10 @@
|
|||
- { role: openvpn/client,
|
||||
when: env != "staging" }
|
||||
|
||||
tasks:
|
||||
pre_tasks:
|
||||
- import_tasks: "{{ tasks_path }}/yumrepos.yml"
|
||||
|
||||
tasks:
|
||||
- import_tasks: "{{ tasks_path }}/2fa_client.yml"
|
||||
- import_tasks: "{{ tasks_path }}/motd.yml"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue