fix: broken rhel/fedora tasks disabled

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

View File

@ -19,6 +19,7 @@
- name: Ensure yum packages are installed
ansible.builtin.yum:
when: false
name:
- "{{ matrix_ntpd_package }}"
state: present

View File

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