From 66a4e385668d0212e1150dcfb743478cf5aa042e Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Mon, 7 Jun 2021 22:03:50 +0200 Subject: [PATCH] Try to work around missing dependencies. --- tests/integration/targets/flatpak/tasks/main.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/tests/integration/targets/flatpak/tasks/main.yml b/tests/integration/targets/flatpak/tasks/main.yml index 9f049bbe40..3eed84421f 100644 --- a/tests/integration/targets/flatpak/tasks/main.yml +++ b/tests/integration/targets/flatpak/tasks/main.yml @@ -44,6 +44,12 @@ - executable_override_result is not changed msg: "Specifying non-existing executable shall fail module execution" + # TODO: remove once no_dependencies parameter from https://github.com/ansible/ansible/pull/55452 is added + # and used in the tests! + - name: Install requirement for tests + command: flatpak install -y --system flathub org.freedesktop.Platform//1.6 org.freedesktop.Sdk//1.6 + become: true + - import_tasks: check_mode.yml become: false