oddjob-mkhomedir should be checked too
This commit is contained in:
parent
68a2e4ddcc
commit
f0d8fa2cbb
@ -50,9 +50,11 @@
|
||||
ansible.builtin.command: /usr/bin/authselect apply-changes
|
||||
changed_when: false
|
||||
|
||||
- name: Enable oddjobd is installed
|
||||
- name: Ensure oddjob is installed
|
||||
ansible.builtin.package:
|
||||
name: oddjobd
|
||||
name:
|
||||
- oddjob
|
||||
- oddjob-mkhomedir
|
||||
state: present
|
||||
|
||||
- name: Enable oddjobd
|
||||
|
Loading…
Reference in New Issue
Block a user