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:
parent
5f8f5ced97
commit
66a4e38566
1 changed files with 6 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue