Rollout Ansible support an database hosts
This commit is contained in:
parent
aca231c728
commit
6905786980
2 changed files with 7 additions and 0 deletions
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
.vscode/
|
|
@ -24,3 +24,9 @@
|
|||
notify:
|
||||
- Reload systemd
|
||||
- Restart postgresql
|
||||
|
||||
- name: Enable Ansible support
|
||||
ansible.builtin.apt:
|
||||
name:
|
||||
- python3-psycopg2
|
||||
- sudo
|
||||
|
|
Loading…
Reference in a new issue