Fix issues reported by ansible-lint (var prefixes)
This commit is contained in:
parent
0f9e4544b0
commit
39fd6ef5a2
24 changed files with 86 additions and 86 deletions
6
playbooks/roles/postgresql/handlers/main.yml
Normal file
6
playbooks/roles/postgresql/handlers/main.yml
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
---
|
||||
- name: Restart postgresql
|
||||
ansible.builtin.systemd_service:
|
||||
name: postgresql.service
|
||||
state: restarted
|
||||
become: true
|
||||
Loading…
Add table
Add a link
Reference in a new issue