fix: broken rhel/fedora tasks disabled

This commit is contained in:
transcaffeine 2022-04-15 11:55:38 +02:00
parent 4a60b6269d
commit fc9a6f9632
Signed by: transcaffeine
GPG Key ID: 03624C433676E465
2 changed files with 2 additions and 1 deletions

View File

@ -18,6 +18,7 @@
when: matrix_docker_installation_enabled|bool and matrix_docker_package_name == 'docker-ce'
- name: Ensure yum packages are installed
when: false
yum:
name:
- "{{ matrix_ntpd_package }}"

View File

@ -28,4 +28,4 @@
- "{{ matrix_docker_package_name }}"
- docker-python
state: latest
when: matrix_docker_installation_enabled|bool
when: matrix_docker_installation_enabled|bool and false