oddjob-mkhomedir should be checked too

This commit is contained in:
Louis Abel 2024-02-12 22:50:03 -07:00
parent 68a2e4ddcc
commit f0d8fa2cbb
Signed by: label
GPG Key ID: 3331F061D1D9990E
1 changed files with 4 additions and 2 deletions

View File

@ -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