9 lines
192 B
YAML
9 lines
192 B
YAML
---
|
|
# Configure Linux (agnostic)
|
|
- include_tasks: configure-linux.yml
|
|
|
|
# Install PostgreSQL 11 - Debian All Versions
|
|
- include_tasks: install-debian.yml
|
|
when: ansible_os_family == "Debian"
|
|
|