test: fix syntax for ansible-lint
This commit is contained in:
parent
003f104851
commit
db4f38e578
3 changed files with 49 additions and 48 deletions
handlers
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
- name: reload postgresql
|
||||
- name: Reload postgresql
|
||||
ansible.builtin.service:
|
||||
name: 'postgresql@{{ postgresql_version }}-main'
|
||||
name: "postgresql@{{ postgresql_version }}-main"
|
||||
state: reloaded
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue