Skip to content

Commit 61a588e

Browse files
spantaleevvenimus
authored andcommitted
Only run Debian Signed-By migration if Docker installation is managed by the playbook
1 parent 304eb4f commit 61a588e

File tree

1 file changed

+1
-1
lines changed
  • roles/custom/matrix_playbook_migration/tasks

1 file changed

+1
-1
lines changed

roles/custom/matrix_playbook_migration/tasks/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
block:
77
- ansible.builtin.include_tasks: "{{ role_path }}/tasks/validate_config.yml"
88

9-
- when: ansible_os_family == 'Debian' and matrix_playbook_migration_debian_signedby_migration_enabled | bool
9+
- when: ansible_os_family == 'Debian' and matrix_playbook_docker_installation_enabled | bool and matrix_playbook_migration_debian_signedby_migration_enabled | bool
1010
tags:
1111
- setup-all
1212
- install-all

0 commit comments

Comments
 (0)