We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 304eb4f commit 61a588eCopy full SHA for 61a588e
roles/custom/matrix_playbook_migration/tasks/main.yml
@@ -6,7 +6,7 @@
6
block:
7
- ansible.builtin.include_tasks: "{{ role_path }}/tasks/validate_config.yml"
8
9
-- when: ansible_os_family == 'Debian' and matrix_playbook_migration_debian_signedby_migration_enabled | bool
+- when: ansible_os_family == 'Debian' and matrix_playbook_docker_installation_enabled | bool and matrix_playbook_migration_debian_signedby_migration_enabled | bool
10
tags:
11
- setup-all
12
- install-all
0 commit comments