Home
last modified time | relevance | path

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

/dports/sysutils/ansible2/ansible-2.9.27/lib/ansible/modules/packaging/os/
H A Dyum.py370 rpmbin = None variable
553 global rpmbin
554 if not rpmbin:
555 rpmbin = self.module.get_bin_path('rpm', required=True)
557 cmd = [rpmbin, '-q', '--qf', qf, pkgspec]
571 cmd = [rpmbin, '-q', '--qf', qf, '--whatprovides', pkgspec]
/dports/sysutils/py-ansible-base/ansible-base-2.10.15/lib/ansible/modules/
H A Dyum.py381 rpmbin = None variable
564 global rpmbin
565 if not rpmbin:
566 rpmbin = self.module.get_bin_path('rpm', required=True)
568 cmd = [rpmbin, '-q', '--qf', qf, pkgspec]
582 cmd = [rpmbin, '-q', '--qf', qf, '--whatprovides', pkgspec]
/dports/sysutils/py-ansible-core/ansible-core-2.11.6/lib/ansible/modules/
H A Dyum.py407 rpmbin = None variable
590 global rpmbin
591 if not rpmbin:
592 rpmbin = self.module.get_bin_path('rpm', required=True)
594 cmd = [rpmbin, '-q', '--qf', qf, pkgspec]
608 cmd = [rpmbin, '-q', '--qf', qf, '--whatprovides', pkgspec]