mkhomedir: Fix typo

This commit is contained in:
Timo Makinen 2022-10-30 15:03:45 +00:00
parent 03ae0900a2
commit 1c42e0bfaf

View file

@ -5,7 +5,7 @@
state: installed
- name: Get current state of authselect
ansible.buitlin.shell:
ansible.builtin.shell:
cmd: /usr/bin/authselect current --raw ; /bin/true
register: result
check_mode: false