style: make ansible-lint happy

This commit is contained in:
VC
2024-07-05 11:53:44 +02:00
parent 99cb02e92d
commit 4bbb789c77
13 changed files with 77 additions and 52 deletions

View File

@@ -2,5 +2,5 @@
- name: Restart postgres
ansible.builtin.service:
name: "postgresql@{{ pg_version }}-main"
name: "postgresql@{{ postgres_pg_version }}-main"
state: restarted