Home
last modified time | relevance | path

Searched defs:pacman_path (Results 1 – 3 of 3) sorted by relevance

/dports/sysutils/ansible2/ansible-2.9.27/lib/ansible/modules/packaging/os/
H A Dpacman.py188 def query_package(module, pacman_path, name, state="present"): argument
222 def update_package_db(module, pacman_path): argument
235 def upgrade(module, pacman_path): argument
269 def remove_packages(module, pacman_path, packages): argument
308 def install_packages(module, pacman_path, state, packages, package_files): argument
381 def check_packages(module, pacman_path, packages, state): argument
413 def expand_package_groups(module, pacman_path, pkgs): argument
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/general/plugins/modules/packaging/os/
H A Dpacman.py192 def query_package(module, pacman_path, name, state="present"): argument
226 def update_package_db(module, pacman_path): argument
239 def upgrade(module, pacman_path): argument
280 def remove_packages(module, pacman_path, packages): argument
319 def install_packages(module, pacman_path, state, packages, package_files): argument
392 def check_packages(module, pacman_path, packages, state): argument
424 def expand_package_groups(module, pacman_path, pkgs): argument
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/general/plugins/modules/
H A Dpacman.py192 def query_package(module, pacman_path, name, state="present"): argument
226 def update_package_db(module, pacman_path): argument
239 def upgrade(module, pacman_path): argument
280 def remove_packages(module, pacman_path, packages): argument
319 def install_packages(module, pacman_path, state, packages, package_files): argument
392 def check_packages(module, pacman_path, packages, state): argument
424 def expand_package_groups(module, pacman_path, pkgs): argument