mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-07-31 19:55:42 +02:00
Update to 2023-06-17 00:00
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
description: Official OpenResty Open Source Repository for CentOS
|
||||
baseurl: https://openresty.org/package/centos/$releasever/$basearch
|
||||
gpgcheck: True
|
||||
gpgkey: https://openresty.org/package/pubkey.gpg
|
||||
gpgkey: "{{ ansible_distribution_major_version is version('8', '>') | ternary('https://openresty.org/package/pubkey2.gpg', 'https://openresty.org/package/pubkey.gpg') }}"
|
||||
exclude:
|
||||
- perl-IPC-Run
|
||||
- perl-IO-Tty
|
||||
|
Reference in New Issue
Block a user