mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-24 18:41:38 +08:00
you can only have one pre_tasks
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user