use import_tasks instead of include

This commit is contained in:
Brandon Shipley 2024-12-20 00:24:04 -08:00
parent 880ea22154
commit 8d0be5e4d5
1 changed files with 7 additions and 2 deletions

View File

@ -1,7 +1,12 @@
---
# 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
- include: rocketchat.yml
- name: Include rocketchat.yml task list
ansible.builtin.import_tasks:
file: rocketchat.yml
tags: rocketchat