From 68a2e4ddcccd3f0d2460d226a0b0057c18417e14 Mon Sep 17 00:00:00 2001 From: Neil Hanlon Date: Mon, 12 Feb 2024 23:26:25 -0500 Subject: [PATCH] make sure oddjob is installed --- tasks/authentication.yml | 5 +++++ 1 file changed, 5 insertions(+) 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