Files

13 lines
299 B
YAML
Raw Permalink Normal View History

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