Agregué instalación de llave GPG de Remi
This commit is contained in:
parent
98a27b5882
commit
7e57e27cd2
1 changed files with 6 additions and 0 deletions
|
@ -20,6 +20,12 @@
|
|||
- ansible_os_family == 'RedHat'
|
||||
- ansible_distribution != 'Fedora'
|
||||
|
||||
|
||||
- name: Import Remi GPG key
|
||||
ansible.builtin.rpm_key:
|
||||
state: present
|
||||
key: "https://rpms.remirepo.net/enterprise/{{ansible_distribution_major_version}}/RPM-GPG-KEY-remi"
|
||||
|
||||
- name: Remi::Install REMI repository
|
||||
dnf:
|
||||
name:
|
||||
|
|
Loading…
Reference in a new issue