Ansible API change: use import_tasks instead of include
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
---
|
||||
# file: roles/yavdr-xorg/tasks/main.yml
|
||||
- include: setup-xorg.yml tags=install,update
|
||||
- include: detect-xorg.yml tags=xorg:detect,install
|
||||
- include: desktop-session.yml tags=install,update
|
||||
- import_tasks: setup-xorg.yml tags=install,update
|
||||
- import_tasks: detect-xorg.yml tags=xorg:detect,install
|
||||
- import_tasks: desktop-session.yml tags=install,update
|
||||
|
||||
Reference in New Issue
Block a user