mirror of https://github.com/kewlfft/ansible-aur
choices list is now dynamic
parent
72d432ac7a
commit
8b1ba99cdc
2
aur.py
2
aur.py
|
@ -209,7 +209,7 @@ def main():
|
||||||
},
|
},
|
||||||
'use': {
|
'use': {
|
||||||
'default': 'auto',
|
'default': 'auto',
|
||||||
'choices': ['auto', 'aurman', 'pacaur', 'trizen', 'pikaur', 'yay', 'makepkg'],
|
'choices': ['auto'] + list(use_cmd.keys()),
|
||||||
},
|
},
|
||||||
'skip_installed': {
|
'skip_installed': {
|
||||||
'default': False,
|
'default': False,
|
||||||
|
|
Loading…
Reference in New Issue