you can only have one pre_tasks
This commit is contained in:
parent
d65be97a63
commit
eec686354f
1 changed files with 2 additions and 3 deletions
|
@ -15,6 +15,8 @@
|
|||
|
||||
pre_tasks:
|
||||
|
||||
- import_tasks: "{{ tasks_path }}/yumrepos.yml"
|
||||
|
||||
- name: mount project volume
|
||||
mount: >
|
||||
name=/project
|
||||
|
@ -81,9 +83,6 @@
|
|||
|
||||
- people
|
||||
|
||||
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