No certs verification

Removed certs verification because of proxy issues.
This commit is contained in:
Evgeny Kolyakov 2019-05-01 16:27:57 +03:00 committed by GitHub
parent e2a28a5214
commit c4e3d17792
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: