nfs_server: ansible-lint fixes

This commit is contained in:
Timo Makinen 2022-10-29 17:03:34 +00:00
parent 8d27504254
commit fea23b3a63
2 changed files with 14 additions and 14 deletions

View file

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