mirror of
https://github.com/kewlfft/ansible-aur.git
synced 2025-12-14 16:08:56 +03:00
yay refer to LC_MESSAGESS
This commit is contained in:
@@ -100,7 +100,7 @@ EXAMPLES = '''
|
|||||||
become_user: aur_builder
|
become_user: aur_builder
|
||||||
'''
|
'''
|
||||||
|
|
||||||
def_lang = ['env', 'LC_ALL=C', 'LANGUAGE=C']
|
def_lang = ['env', 'LC_ALL=C', 'LANGUAGE=C', 'LC_MESSAGES=C']
|
||||||
|
|
||||||
use_cmd = {
|
use_cmd = {
|
||||||
'yay': ['yay', '-S', '--noconfirm', '--needed', '--cleanafter'],
|
'yay': ['yay', '-S', '--noconfirm', '--needed', '--cleanafter'],
|
||||||
|
|||||||
Reference in New Issue
Block a user