mirror of
https://github.com/JasonN3/build-container-installer.git
synced 2025-12-25 10:57:55 +01:00
indent
This commit is contained in:
parent
4b65460734
commit
56f9fe7645
1 changed files with 4 additions and 4 deletions
|
|
@ -12,10 +12,10 @@
|
||||||
|
|
||||||
- name: Test GPG key
|
- name: Test GPG key
|
||||||
ansible.builtin.assert:
|
ansible.builtin.assert:
|
||||||
that:
|
that:
|
||||||
- found_gpg == found_gpg
|
- found_gpg == found_gpg
|
||||||
fail_msg: "Installed GPG key does not match GPG key in flatpakrepo file"
|
fail_msg: "Installed GPG key does not match GPG key in flatpakrepo file"
|
||||||
success_msg: "GPG key matches"
|
success_msg: "GPG key matches"
|
||||||
|
|
||||||
- name: Test updating flatpak packages
|
- name: Test updating flatpak packages
|
||||||
ansible.builtin.command:
|
ansible.builtin.command:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue