diff --git a/tasks/authentication.yml b/tasks/authentication.yml index 43d1e61..c909780 100644 --- a/tasks/authentication.yml +++ b/tasks/authentication.yml @@ -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