lxc-php: No need of apt-key for php7.4
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Ludovic Poujol 2021-03-31 11:51:26 +02:00
parent f2ebe2d878
commit 32f2a29161
1 changed files with 1 additions and 6 deletions

View File

@ -19,15 +19,10 @@
- name: Grab pub.evolix.net GPG Key - name: Grab pub.evolix.net GPG Key
get_url: get_url:
url: https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x0C016D3BD1195D30105837CC44975278B8612B5D url: https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x0C016D3BD1195D30105837CC44975278B8612B5D
dest: /var/lib/lxc/{{ lxc_php_version }}/rootfs/root/reg.gpg dest: /var/lib/lxc/{{ lxc_php_version }}/rootfs/etc/apt/trusted.gpg.d/reg.asc
mode: 0644 mode: 0644
checksum: sha256:a2e0f56ba433aa0740aad6eeeb43bb67df9ab943d76324382b39948a4c7ce840 checksum: sha256:a2e0f56ba433aa0740aad6eeeb43bb67df9ab943d76324382b39948a4c7ce840
- name: "{{ lxc_php_version }} - Update APT cache"
lxc_container:
name: "{{ lxc_php_version }}"
container_command: "DEBIAN_FRONTEND=noninteractive apt-key --keyring /etc/apt/trusted.gpg.d/pub.evolix.net.gpg add /root/reg.gpg"
- name: Grab packages.sury.org GPG Key - name: Grab packages.sury.org GPG Key
get_url: get_url:
url: https://packages.sury.org/php/apt.gpg url: https://packages.sury.org/php/apt.gpg