[fix] role:postgresql:apt update
This commit is contained in:
parent
6fc1f26af2
commit
c2879c7bf2
1 changed files with 1 additions and 0 deletions
|
@ -3,6 +3,7 @@
|
|||
"name": "install packages",
|
||||
"become": true,
|
||||
"ansible.builtin.apt": {
|
||||
"update_cache": true,
|
||||
"pkg": [
|
||||
"postgresql"
|
||||
]
|
||||
|
|
Loading…
Add table
Reference in a new issue