make sure oddjob is installed

This commit is contained in:
Neil Hanlon 2024-02-12 23:26:25 -05:00
parent 2ae271e4d6
commit 68a2e4ddcc
Signed by: neil
GPG Key ID: 705BC21EC3C70F34
1 changed files with 5 additions and 0 deletions

View File

@ -50,6 +50,11 @@
ansible.builtin.command: /usr/bin/authselect apply-changes
changed_when: false
- name: Enable oddjobd is installed
ansible.builtin.package:
name: oddjobd
state: present
- name: Enable oddjobd
ansible.builtin.service:
name: oddjobd