You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Do an ansible --version and check the version you are using. Latest atm is 1.9.2. ubuntu package manager has an old version so either install it from source or pypi.
...
failed: [host0] => (item=oracle-java7-installer,oracle-java7-set-default) => {"failed": true, "item": "oracle-java7-installer,oracle-java7-set-default"}
stderr: perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
LANGUAGE = (unset),
LC_ALL = (unset),
LC_TIME = "et_EE.UTF-8",
...
Solution from: ansible/ansible#10698
Make sure you have module_lang set in ansible.cfg (is not set if config file is from older verion)
The text was updated successfully, but these errors were encountered: