ANXS / postgresql

Fairly full featured Ansible role for Postgresql.
http://anxs.io/
MIT License
850 stars 573 forks source link

Add Fedora back to Vagrant tests. #393 fixed this. #408

Closed gclough closed 5 years ago

gclough commented 5 years ago

Add Fedora back to Vagrant tests. #393 fixed this.

gclough commented 5 years ago

@nysan , do you know why this is happening on Fedora?

TASK [ANXS.postgresql : PostgreSQL | Ensure the locale is generated | RedHat] ***
failed: [postgresql-9.6] (item={u'parts': [u'en_US', u'UTF-8'], u'locale_name': u'en_US.UTF-8'}) => {"changed": false, "cmd": ["localedef", "-c", "-i", "en_US", "-f", "UTF-8", "en_US.UTF-8"], "delta": "0:00:00.117073", "end": "2019-03-08 18:03:37.732431", "failed": true, "item": {"locale_name": "en_US.UTF-8", "parts": ["en_US", "UTF-8"]}, "msg": "non-zero return code", "rc": 4, "start": "2019-03-08 18:03:37.615358", "stderr": "[error] character map file `UTF-8' not found: No such file or directory\n[error] default character map file `ANSI_X3.4-1968' not found: No such file or directory", "stderr_lines": ["[error] character map file `UTF-8' not found: No such file or directory", "[error] default character map file `ANSI_X3.4-1968' not found: No such file or directory"], "stdout": "", "stdout_lines": []}
gclough commented 5 years ago

Weird... the actual test passed, just that it threw out these warnings/errors. I presume it's something not right with our Fedora image...