ANXS / postgresql

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

Vagrant fails for "fedora/27-cloud-base" #390

Closed gclough closed 5 years ago

gclough commented 5 years ago

When running Vagrant with "fedora/27-cloud-base", it fails:

fatal: [fedora27.local]: FAILED! => {
    "changed": false, 
    "module_stderr": "Shared connection to 192.168.88.27 closed.\r\n", 
    "module_stdout": "\r\n/bin/sh: /usr/bin/python: No such file or directory\r\n", 
    "msg": "MODULE FAILURE", 
    "rc": 0
}
gclough commented 5 years ago

If you manually install python after the machine is provisioned, then it works... but this step is not required for any other the other machine types.

aoyawale commented 5 years ago

yeah I believed I noted that somewhere around. Fedora does not include python on the vagrant image.

gclough commented 5 years ago

OK, sure. In that case, I've left it commented out of the Vagrantfile in #392 . If there is a way to add python to the VM after it's provisioned, then that would be a good addition, but if not, then we'll just have to leave it out of Vagrant.

gclough commented 5 years ago

Fixed by #393