--- # tasks file for postgresql - name: Install postgres package: name: - postgresql - postgresql-contrib state: present update_cache: yes become: true