make sure oddjob is installed
This commit is contained in:
parent
2ae271e4d6
commit
68a2e4ddcc
@ -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 New Issue
Block a user