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

missing comma

This commit is contained in:
Jason N. 2024-03-10 16:41:59 -04:00
parent 14b0ee274d
commit 04c15cd662

View file

@ -12,7 +12,7 @@
- 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) }}"
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
ansible.builtin.assert: