--- ### tags: ### - remove-data - name: "Setup postgres for {{ inventory_hostname }}" include_role: name: postgres tasks_from: _postgres-acls - name: "Install python3-psycopg2 if not present" apt: name: python3-psycopg2 state: present - name: Include Create Requirements include_tasks: create-requirements.yml when: initialize