Home
last modified time | relevance | path

Searched refs:flatpak_exists (Results 1 – 3 of 3) sorted by relevance

/dports/sysutils/ansible2/ansible-2.9.27/lib/ansible/modules/packaging/os/
H A Dflatpak.py176 def flatpak_exists(module, binary, name, method): function
291 if state == 'present' and not flatpak_exists(module, binary, name, method):
293 elif state == 'absent' and flatpak_exists(module, binary, name, method):
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/general/plugins/modules/
H A Dflatpak.py208 def flatpak_exists(module, binary, names, method): function
332 installed, not_installed = flatpak_exists(module, binary, name, method)
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/general/plugins/modules/packaging/os/
H A Dflatpak.py208 def flatpak_exists(module, binary, names, method): function
332 installed, not_installed = flatpak_exists(module, binary, name, method)