--- - name: Ensure PostgreSQL is up and running service: name: "{{ postgresql-10 }}" state: started enabled: yes become: True become_user: root