mirror of
https://github.com/JasonN3/build-container-installer.git
synced 2025-12-25 10:57:55 +01:00
debug
This commit is contained in:
parent
6039607ccd
commit
dd7b1eb469
2 changed files with 5 additions and 1 deletions
|
|
@ -9,6 +9,10 @@
|
|||
service_facts:
|
||||
register: services_state
|
||||
|
||||
- name: Debug
|
||||
debug:
|
||||
var: services_state
|
||||
|
||||
- name: Check that flatpak-add-fedora-repos is disabled
|
||||
ansible.builtin.assert:
|
||||
that:
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@ do
|
|||
then
|
||||
continue
|
||||
fi
|
||||
echo "-map ${PWD}/../results/${file} ${file:2}"
|
||||
echo "-map ${PWD}/${file} ${file:2}"
|
||||
echo "-chmod 0444 ${file:2}"
|
||||
done
|
||||
popd > /dev/null
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue