You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
hetzner-ansible/roles/pdns_postgres/tasks/main.yml

19 lines
359 B
YAML

---
### 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