style: make ansible-lint happier

This commit is contained in:
VC
2024-07-05 11:53:33 +02:00
parent 2d3fd5bd8e
commit 30ec08487f
2 changed files with 25 additions and 21 deletions

View File

@@ -1,6 +1,6 @@
---
- name: restart postgres
service:
- name: Restart postgres
ansible.builtin.service:
name: "postgresql@{{ pg_version }}-main"
state: restarted