1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Try to work around missing dependencies.

This commit is contained in:
Felix Fontein 2021-06-07 22:03:50 +02:00
parent 5f8f5ced97
commit 66a4e38566

View file

@ -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