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-04-03 08:54:53 -04:00
parent 6039607ccd
commit dd7b1eb469
2 changed files with 5 additions and 1 deletions

View file

@ -9,6 +9,10 @@
service_facts: service_facts:
register: services_state register: services_state
- name: Debug
debug:
var: services_state
- name: Check that flatpak-add-fedora-repos is disabled - name: Check that flatpak-add-fedora-repos is disabled
ansible.builtin.assert: ansible.builtin.assert:
that: that:

View file

@ -14,7 +14,7 @@ do
then then
continue continue
fi fi
echo "-map ${PWD}/../results/${file} ${file:2}" echo "-map ${PWD}/${file} ${file:2}"
echo "-chmod 0444 ${file:2}" echo "-chmod 0444 ${file:2}"
done done
popd > /dev/null popd > /dev/null