1
0
Fork 0
mirror of https://github.com/JasonN3/build-container-installer.git synced 2025-12-25 10:57:55 +01:00
This commit is contained in:
Jason N 2024-03-10 18:16:26 -04:00 committed by GitHub
parent 04c15cd662
commit 7424dc57fc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -10,10 +10,18 @@
src: /ostree/deploy/default/var/lib/flatpak/repo/flathub.trustedkeys.gpg
register: found_gpg
- name: debug
ansible.builtin.debug:
var: found_gpg
- name: Get gpg key
ansible.builtin.set_fact:
expected_gpg: "{{ lookup('ansible.builtin.url', 'https://flathub.org/repo/flathub.flatpakrepo', split_lines=True) | regex_search('^GPGKey=(.*)$', '\\1', multiline=True, ignorecase=True) }}"
- name: debug
ansible.builtin.debug:
var: expected_gpg
- name: Test GPG key
ansible.builtin.assert:
that: