mirror of
https://github.com/JasonN3/build-container-installer.git
synced 2025-12-25 10:57:55 +01:00
fixes
This commit is contained in:
parent
d0fe55a530
commit
46ce1f3439
2 changed files with 2 additions and 1 deletions
|
|
@ -10,6 +10,7 @@
|
|||
register: services_state
|
||||
|
||||
- name: Check that flatpak-add-fedora-repos is disabled
|
||||
when: services_state['ansible_facts']['services']['flatpak-add-fedora-repos.service'] is defined
|
||||
ansible.builtin.assert:
|
||||
that:
|
||||
- services_state['ansible_facts']['services']['flatpak-add-fedora-repos.service']['status'] == 'disabled'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue