[ansible-project] install postgresql

2020-02-03 Thread gaddam mahendra
HI Team, could you please post a playbook to install postgresql database thanks mahi -- 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 ansible-project+unsubscr

Re: [ansible-project] install postgresql

2020-02-03 Thread gaddam mahendra
This should do it: > > > --- > > - name: Playbook to install postgresql database > become: true > hosts: all > > tasks: > - name: Install postgresql database > package: > name: postgresql > > On Mon, 3 Feb 2020 at 09:51, gaddam mahendra > w