2024-05-28 09:50:23 +02:00
|
|
|
---
|
|
|
|
|
2024-09-27 10:13:10 +02:00
|
|
|
- tags:
|
|
|
|
- setup-all
|
|
|
|
- install-all
|
|
|
|
block:
|
|
|
|
- ansible.builtin.include_tasks: "{{ role_path }}/tasks/validate_config.yml"
|
|
|
|
|
2024-05-28 09:50:23 +02:00
|
|
|
- when: ansible_os_family == 'Debian' and mash_playbook_docker_installation_enabled | bool and mash_playbook_migration_docker_trusted_gpg_d_migration_enabled | bool
|
|
|
|
tags:
|
|
|
|
- setup-all
|
|
|
|
- install-all
|
|
|
|
- setup-docker
|
|
|
|
- install-docker
|
|
|
|
block:
|
|
|
|
- ansible.builtin.include_tasks: "{{ role_path }}/tasks/debian_docker_trusted_gpg_d_migration_migration.yml"
|