mirror of
https://github.com/geerlingguy/ansible-role-docker.git
synced 2025-09-26 17:51:03 +02:00
No certs verification
Removed certs verification because of proxy issues.
This commit is contained in:
parent
e2a28a5214
commit
c4e3d17792
@ -11,6 +11,7 @@
|
||||
rpm_key:
|
||||
key: https://download.docker.com/linux/centos/gpg
|
||||
state: present
|
||||
validate_certs: no
|
||||
|
||||
- name: Add Docker repository.
|
||||
get_url:
|
||||
@ -19,6 +20,7 @@
|
||||
owner: root
|
||||
group: root
|
||||
mode: 0644
|
||||
validate_certs: no
|
||||
|
||||
- name: Configure Docker Edge repo.
|
||||
ini_file:
|
||||
|
Loading…
Reference in New Issue
Block a user