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
|
ansible.builtin.command: /usr/bin/authselect apply-changes
|
||||||
changed_when: false
|
changed_when: false
|
||||||
|
|
||||||
- name: Enable oddjobd is installed
|
- name: Ensure oddjob is installed
|
||||||
ansible.builtin.package:
|
ansible.builtin.package:
|
||||||
name: oddjobd
|
name:
|
||||||
|
- oddjob
|
||||||
|
- oddjob-mkhomedir
|
||||||
state: present
|
state: present
|
||||||
|
|
||||||
- name: Enable oddjobd
|
- name: Enable oddjobd
|
||||||
|
Loading…
Reference in New Issue
Block a user