There can be only one pre-tasks

This commit is contained in:
Kevin Fenzi 2018-11-08 01:43:32 +00:00
parent 828a35a67b
commit b1d811c505

View file

@ -18,6 +18,7 @@
pre_tasks:
- import_tasks: "{{ tasks_path }}/osbs_certs.yml"
- import_tasks: "{{ tasks_path }}/yumrepos.yml"
roles:
- base
@ -77,10 +78,6 @@
when: env == 'staging' and inventory_hostname.startswith('koji')
- sudo
pre_tasks:
- import_tasks: "{{ tasks_path }}/yumrepos.yml"
tasks:
- import_tasks: "{{ tasks_path }}/2fa_client.yml"
- import_tasks: "{{ tasks_path }}/motd.yml"