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