Ansible: resolving ‘could not initialize the preferred locale: unsupported locale setting’ | Fabian Lee : Software Engineer
August 21, 2023 Categories: DevOps If you are getting the following error when invoking ‘ansible’, ‘ansible-playbook’, ‘ansible-galaxy’ or any of the Ansible related utilities: ERROR: Ansible could not initialize the preferred locale: unsupport
fabianlee.org
자세한 것은 위의 글을 참고함
export LC_ALL=C.UTF-8
명령어를 입력해서 해결
'iac & provisioning > ansible' 카테고리의 다른 글
[Ansible] module - user (0) | 2024.05.21 |
---|---|
[Ansible] error - ERROR! couldn't resolve module/action 'mount' (0) | 2024.05.21 |
[Ansible] playbook - 방화벽 설정하기 (0) | 2024.05.20 |
[Ansible] module - lineinfile (멱등성) (0) | 2024.05.16 |
[Ansible] module (0) | 2024.05.13 |