add options for repo sslverify and gpgcheck
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
45a84a79e0
commit
336e264b09
@ -6,6 +6,8 @@
|
|||||||
description: "{{ item.desc }}"
|
description: "{{ item.desc }}"
|
||||||
baseurl: "{{ item.baseurl }}"
|
baseurl: "{{ item.baseurl }}"
|
||||||
gpgkey: "{{ item.gpgkey }}"
|
gpgkey: "{{ item.gpgkey }}"
|
||||||
|
gpgcheck: "{{ item.gpgcheck | default('yes') }}"
|
||||||
|
sslverify: "{{ item.sslverify | default('yes') }}"
|
||||||
enabled: "{{ item.enabled }}"
|
enabled: "{{ item.enabled }}"
|
||||||
loop: "{{ yum_repositories }}"
|
loop: "{{ yum_repositories }}"
|
||||||
loop_control:
|
loop_control:
|
||||||
|
Loading…
Reference in New Issue
Block a user