style: make ansible-lint happier

This commit is contained in:
VC
2024-07-05 11:53:33 +02:00
parent 30ec08487f
commit a0b23684a5
4 changed files with 42 additions and 34 deletions

View File

@@ -1,6 +1,6 @@
---
- name: restart php-fpm
service:
- name: Restart php-fpm
ansible.builtin.service:
name: "php{{ php_version }}-fpm"
state: restarted