style: make ansible-lint happier

This commit is contained in:
VC
2024-07-05 11:53:32 +02:00
parent 4bed35c4f3
commit a0eafea5ff
9 changed files with 50 additions and 47 deletions

View File

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