ansible-role-mastodon/tasks/docker.yml

8 lines
147 B
YAML
Raw Permalink Normal View History

2022-11-19 22:00:24 +01:00
---
2022-11-19 11:26:07 +01:00
- import_tasks: docker/ubuntu.yml
2022-11-19 10:54:31 +01:00
when: ansible_distribution == 'Ubuntu'
2022-11-19 10:10:57 +01:00
- import_tasks: docker/core.yml
2022-11-19 11:23:23 +01:00
2022-11-19 10:54:31 +01:00
- import_tasks: docker/docker.yml