Fix issues reported by ansible-lint (var prefixes)

This commit is contained in:
Tobias Reisinger 2025-11-23 19:47:09 +01:00
commit 39fd6ef5a2
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
24 changed files with 85 additions and 85 deletions

View file

@ -0,0 +1,6 @@
---
- name: Restart postgresql
ansible.builtin.systemd_service:
name: postgresql.service
state: restarted
become: true