mirror of https://github.com/kewlfft/ansible-aur
Feature: use the skip_new_locations option for aurman wrapper
parent
3901eb7368
commit
80279644a8
2
aur.py
2
aur.py
|
@ -76,7 +76,7 @@ EXAMPLES = '''
|
||||||
def_lang = ['env', 'LC_ALL=C']
|
def_lang = ['env', 'LC_ALL=C']
|
||||||
|
|
||||||
use_cmd = {
|
use_cmd = {
|
||||||
'aurman': ['aurman', '-S', '--noconfirm', '--noedit', '--needed', '--skip_news', '--pgp_fetch'],
|
'aurman': ['aurman', '-S', '--noconfirm', '--noedit', '--needed', '--skip_news', '--pgp_fetch', '--skip_new_locations'],
|
||||||
'yay': ['yay', '-S', '--noconfirm', '--needed'],
|
'yay': ['yay', '-S', '--noconfirm', '--needed'],
|
||||||
'pacaur': ['pacaur', '-S', '--noconfirm', '--noedit', '--needed'],
|
'pacaur': ['pacaur', '-S', '--noconfirm', '--noedit', '--needed'],
|
||||||
'trizen': ['trizen', '-S', '--noconfirm', '--noedit', '--needed'],
|
'trizen': ['trizen', '-S', '--noconfirm', '--noedit', '--needed'],
|
||||||
|
|
Loading…
Reference in New Issue