toolbox/playbooks
Ondřej Míchal 69ffc888ca playbooks: Fix CI for #897
PR #897 made adjustmnets to the Toolbx binary that it requires presence
of /run/host in both the host filesystem and the filesystem in
a container.

The presence of the directory is assured by systemd-tmpfiles by
running it before the binary is started for the first time. For the run
to be effective 'data/tmpfiles.d/toolbox.conf' has to be installed in
a location visible to systemd-tmpfiles. Therefore, the call to
'systemd-tmpfiles --create' had to be placed after the install step.

https://github.com/containers/toolbox/pull/898
2021-10-22 16:43:38 +03:00
..
setup-env.yaml playbooks: Fix CI for #897 2021-10-22 16:43:38 +03:00
system-test.yaml playbooks: Unify test setup for system & unit tests 2021-10-22 16:43:38 +03:00
unit-test.yaml playbooks: Unify test setup for system & unit tests 2021-10-22 16:43:38 +03:00