nginx: ansible-lint fixes

This commit is contained in:
Timo Makinen 2022-10-30 16:32:45 +00:00
parent e65fc46d5b
commit 0745d3a635
3 changed files with 57 additions and 58 deletions

View file

@ -1,6 +1,5 @@
---
- name: restart nginx
service:
- name: Restart nginx
ansible.builtin.service:
name: nginx
state: restarted