Skip to content

Commit 95c7b13

Browse files
committed
Change source rpm package for Centos 9
1 parent 25e3797 commit 95c7b13

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ansible/roles/system-docker/tasks/redhat.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
- name: Install a libcgroup package on RedHat family distro
2323
yum:
2424
name: "{{ redhat_docker_libcgroup }}"
25+
disable_gpg_check: true
2526
state: present
2627
when: ansible_distribution == 'CentOS' and ansible_distribution_version == '9'
2728

0 commit comments

Comments
 (0)