mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
parent
b1281319c1
commit
864bf4e19e
1 changed files with 1 additions and 1 deletions
|
@ -136,7 +136,7 @@ def main():
|
||||||
p = module.params
|
p = module.params
|
||||||
|
|
||||||
global PUPPET_CMD
|
global PUPPET_CMD
|
||||||
PUPPET_CMD = module.get_bin_path("puppet", False)
|
PUPPET_CMD = module.get_bin_path("puppet", False, ['/opt/puppetlabs/bin'])
|
||||||
|
|
||||||
if not PUPPET_CMD:
|
if not PUPPET_CMD:
|
||||||
module.fail_json(
|
module.fail_json(
|
||||||
|
|
Loading…
Reference in a new issue