mirror of
https://gitea.0xace.cc/ansible-galaxy/wal-g.git
synced 2025-07-03 10:23:09 +00:00
fix repos
This commit is contained in:
@ -11,7 +11,7 @@
|
||||
gpgcheck: "{{ item.gpgcheck | default('no') }}"
|
||||
enabled: "{{ item.enabled | default('yes') }}"
|
||||
repo_gpgcheck: "{{ item.repo_gpgcheck | default('no') }}"
|
||||
gpgkey: "{{ item.gpgkey | default('omit') }}"
|
||||
gpgkey: "{{ item.gpgkey | default(omit) }}"
|
||||
loop: "{{ wal_g_rpm_repository }}"
|
||||
when: wal_g_install_repo
|
||||
|
||||
|
Reference in New Issue
Block a user