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:
|
pre_tasks:
|
||||||
|
|
||||||
|
- import_tasks: "{{ tasks_path }}/yumrepos.yml"
|
||||||
|
|
||||||
- name: mount project volume
|
- name: mount project volume
|
||||||
mount: >
|
mount: >
|
||||||
name=/project
|
name=/project
|
||||||
|
@ -81,9 +83,6 @@
|
||||||
|
|
||||||
- people
|
- people
|
||||||
|
|
||||||
pre_tasks:
|
|
||||||
- import_tasks: "{{ tasks_path }}/yumrepos.yml"
|
|
||||||
|
|
||||||
tasks:
|
tasks:
|
||||||
- import_tasks: "{{ tasks_path }}/2fa_client.yml"
|
- import_tasks: "{{ tasks_path }}/2fa_client.yml"
|
||||||
- import_tasks: "{{ tasks_path }}/motd.yml"
|
- import_tasks: "{{ tasks_path }}/motd.yml"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue