Skip to content
Snippets Groups Projects
Commit bf921588 authored by Robin Sonnabend's avatar Robin Sonnabend
Browse files

Added role postgres

parents
No related branches found
No related tags found
No related merge requests found
---
# file: roles/postgres/tasks/main.yml
- name: ensure postgres packages are installed
apt: name={{ item }} state=latest
with_items:
- postgresql
- python-psycopg2
tags:
- packages
- postgresql
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment