We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25e3797 commit 95c7b13Copy full SHA for 95c7b13
ansible/roles/system-docker/tasks/redhat.yaml
@@ -22,6 +22,7 @@
22
- name: Install a libcgroup package on RedHat family distro
23
yum:
24
name: "{{ redhat_docker_libcgroup }}"
25
+ disable_gpg_check: true
26
state: present
27
when: ansible_distribution == 'CentOS' and ansible_distribution_version == '9'
28
0 commit comments