2022-03-10 21:26:46 +01:00

10 lines
179 B
YAML

---
# tasks file for postgresql
- name: Install postgres
package:
name:
- postgresql
- postgresql-contrib
state: present
update_cache: yes
become: true