There can be only one pre-tasks
This commit is contained in:
parent
828a35a67b
commit
b1d811c505
1 changed files with 1 additions and 4 deletions
|
@ -18,6 +18,7 @@
|
||||||
|
|
||||||
pre_tasks:
|
pre_tasks:
|
||||||
- import_tasks: "{{ tasks_path }}/osbs_certs.yml"
|
- import_tasks: "{{ tasks_path }}/osbs_certs.yml"
|
||||||
|
- import_tasks: "{{ tasks_path }}/yumrepos.yml"
|
||||||
|
|
||||||
roles:
|
roles:
|
||||||
- base
|
- base
|
||||||
|
@ -77,10 +78,6 @@
|
||||||
when: env == 'staging' and inventory_hostname.startswith('koji')
|
when: env == 'staging' and inventory_hostname.startswith('koji')
|
||||||
- sudo
|
- sudo
|
||||||
|
|
||||||
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