use import_tasks instead of include
This commit is contained in:
parent
880ea22154
commit
8d0be5e4d5
|
@ -1,7 +1,12 @@
|
||||||
---
|
---
|
||||||
# tasks file for setting up a rocketchat server on ubuntu20.04
|
# tasks file for setting up a rocketchat server on ubuntu20.04
|
||||||
|
|
||||||
- include: docker.yml
|
- name: Include docker.yml task list
|
||||||
|
ansible.builtin.import_tasks:
|
||||||
|
file: docker.yml
|
||||||
tags: install-docker
|
tags: install-docker
|
||||||
|
|
||||||
- include: rocketchat.yml
|
- name: Include rocketchat.yml task list
|
||||||
|
ansible.builtin.import_tasks:
|
||||||
|
file: rocketchat.yml
|
||||||
|
tags: rocketchat
|
||||||
|
|
Loading…
Reference in New Issue