mkhomedir: ansible-lint fixes

This commit is contained in:
Timo Makinen 2022-10-29 18:56:19 +00:00
parent 93c3d1214f
commit 6a0cca3298
2 changed files with 16 additions and 11 deletions

View file

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