Inventory, emitter shows more details, and minor fixes.

This commit is contained in:
Andreas B. Mundt 2024-01-11 17:23:27 +01:00
parent 00194514ab
commit 3a14705d42
4 changed files with 119 additions and 111 deletions

View file

@ -75,7 +75,7 @@ delete_old_qcows() {
if vmimage-torrent status | grep -qw ^"$session"; then
vmimage-torrent stop "${qcow2}"
fi
rm "${qcow2}"
mv "${qcow2}" /tmp/
fi
done
}

View file

@ -27,7 +27,7 @@
apt_repository:
repo: >
deb http://deb.debian.org/debian/ {{ ansible_distribution_release }}-backports
main contrib non-free-firmware non-free
main non-free-firmware
state: present
update_cache: true
when: extra_pkgs_bpo|length