Skip to content

Commit

Permalink
use package instead of apt for postgresql
Browse files Browse the repository at this point in the history
  • Loading branch information
tsmeele committed Dec 19, 2024
1 parent 432c9d1 commit 57ea5e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion playbooks/roles/postgresql/tasks/main.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
- name: Install PostgreSQL.
apt:
ansible.builtin.package:
state: present
name: postgresql

Expand Down

0 comments on commit 57ea5e7

Please sign in to comment.