Skip to content
Snippets Groups Projects
Commit ca7c7587 authored by nimrod's avatar nimrod
Browse files

Allow Flatpak utilities in Toolbox containers.

So the containers can access the host.
parent b0291072
No related branches found
No related tags found
No related merge requests found
......@@ -46,10 +46,14 @@
state: present
update_cache: true
- name: APT install Podman
- name: APT install prerequisites
apt:
cache_valid_time: 3600
install_recommends: false
name:
# Flatpak is needed for running flatpak-spawn inside the Toolbox
# containers.
- flatpak
- podman
state: present
update_cache: true
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment