Hi
I'm encountering an odd issue while installing Postgresql server 9.1 on a
blank Ubuntu 12.04 machine using ansible.
My playbook has the following simple task:
- name: Install postgresql
apt: pkg=postgresql state=present
No errors while running the playbook, but when I log into the provisioned
machine the postgresql service has not been created ("service postgresql
start" has no effect). Also, it doesn't create the conf directory
/etc/postgresql/9.1/main/. When I do "apt-get install postgresql" it says
that postgresql has already been installed, so the only fix is to purge
postgresql, apt autoremove and then reinstall postgresql manually.
Has anyone else encountered this problem? (Or am I missing something really
stupid?)
Many thanks for any help.
Patrick
--
You received this message because you are subscribed to the Google Groups
"Ansible Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.