1
0
Fork 0
mirror of https://github.com/JasonN3/build-container-installer.git synced 2025-12-25 10:57:55 +01:00

fix filter name

This commit is contained in:
Jason N 2024-03-08 17:31:50 -05:00 committed by GitHub
parent 56f9fe7645
commit 4ff49f140a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -7,7 +7,7 @@
tasks:
- name: Get gpg key
ansible.builtin.set_fact:
found_gpg: "{{ slurpfile['/ostree/deploy/default/var/lib/flatpak/repo'] | base64 }}"
found_gpg: "{{ slurpfile['/ostree/deploy/default/var/lib/flatpak/repo'] | b64encode }}"
expected_gpg: "{{ lookup('ansible.builtin.url', 'https://flathub.org/repo/flathub.flatpakrepo', split_lines=True) | regex_search('^GPGKey=(.*)$', '\\1' multiline=True, ignorecase=True) }}"
- name: Test GPG key