mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2024-11-06 02:37:31 +01:00
36c94b9364
Fixes https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/2999 Related to https://github.com/geerlingguy/ansible-role-docker/pull/410
32 lines
807 B
YAML
32 lines
807 B
YAML
---
|
|
|
|
- tags:
|
|
- setup-all
|
|
- install-all
|
|
block:
|
|
- ansible.builtin.include_tasks: "{{ role_path }}/tasks/validate_config.yml"
|
|
|
|
- when: ansible_os_family == 'Debian' and matrix_playbook_migration_debian_signedby_migration_enabled | bool
|
|
tags:
|
|
- setup-all
|
|
- install-all
|
|
- setup-docker
|
|
- install-docker
|
|
block:
|
|
- ansible.builtin.include_tasks: "{{ role_path }}/tasks/debian_docker_signedby_migration.yml"
|
|
|
|
- tags:
|
|
- setup-all
|
|
- install-all
|
|
block:
|
|
- ansible.builtin.include_tasks: "{{ role_path }}/tasks/cleanup_usr_local_bin.yml"
|
|
|
|
- when: devture_traefik_enabled | bool
|
|
tags:
|
|
- setup-all
|
|
- install-all
|
|
- setup-traefik
|
|
- install-traefik
|
|
block:
|
|
- ansible.builtin.include_tasks: "{{ role_path }}/tasks/devture_traefik_to_matrix_traefik.yml"
|