mirror of
https://github.com/kewlfft/ansible-aur.git
synced 2025-09-17 00:20:38 +03:00
comment use
This commit is contained in:
1
aur.py
1
aur.py
@@ -112,6 +112,7 @@ def main():
|
|||||||
|
|
||||||
if params['use'] == 'auto':
|
if params['use'] == 'auto':
|
||||||
use = 'internal'
|
use = 'internal'
|
||||||
|
# select the first helper for which the bin is found
|
||||||
for k in use_cmd:
|
for k in use_cmd:
|
||||||
if module.get_bin_path(k, False):
|
if module.get_bin_path(k, False):
|
||||||
use = k
|
use = k
|
||||||
|
Reference in New Issue
Block a user