ansible-role-rocketchat/tasks/main.yml

13 lines
299 B
YAML
Raw Normal View History

2022-05-27 23:27:40 +00:00
---
# tasks file for setting up a rocketchat server on ubuntu20.04
2022-05-27 23:27:40 +00:00
2024-12-20 08:24:04 +00:00
- name: Include docker.yml task list
ansible.builtin.import_tasks:
file: docker.yml
2022-07-08 01:56:25 +00:00
tags: install-docker
2022-05-27 23:27:40 +00:00
2024-12-20 08:24:04 +00:00
- name: Include rocketchat.yml task list
ansible.builtin.import_tasks:
file: rocketchat.yml
tags: rocketchat