0dba26b43f
Related to:
- https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/3337
- https://github.com/geerlingguy/ansible-role-docker/pull/436
- 3a4e58c34d
10 lines
374 B
YAML
10 lines
374 B
YAML
---
|
|
|
|
- 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"
|