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 state: installed
- name: Get current state of authselect - name: Get current state of authselect
ansible.buitlin.shell: ansible.builtin.shell:
cmd: /usr/bin/authselect current --raw ; /bin/true cmd: /usr/bin/authselect current --raw ; /bin/true
register: result register: result
check_mode: false check_mode: false