make sure oddjob is installed
This commit is contained in:
parent
2ae271e4d6
commit
68a2e4ddcc
1 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue