[fix] role:postgresql:apt update

This commit is contained in:
roydfalk 2024-03-20 00:08:30 +01:00
parent 6fc1f26af2
commit c2879c7bf2

View file

@ -3,6 +3,7 @@
"name": "install packages",
"become": true,
"ansible.builtin.apt": {
"update_cache": true,
"pkg": [
"postgresql"
]