oddjob-mkhomedir should be checked too
This commit is contained in:
parent
68a2e4ddcc
commit
f0d8fa2cbb
1 changed files with 4 additions and 2 deletions
|
@ -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 a new issue