mirror of
https://github.com/ansible-lockdown/RHEL9-CIS.git
synced 2025-12-24 22:23:06 +00:00
renames 3 uses of ansible.builtin.systemd_service to ansible.builtin.systemd to maintain ansible 2.12+ compat. Fixes #379
Signed-off-by: Michael Hicks <nooneofconsequence@gmail.com>
This commit is contained in:
parent
a4b39e1250
commit
cfbbb3339a
2 changed files with 3 additions and 3 deletions
|
|
@ -263,7 +263,7 @@
|
|||
listen: Restart auditd
|
||||
|
||||
- name: Start auditd process
|
||||
ansible.builtin.systemd_service:
|
||||
ansible.builtin.systemd:
|
||||
name: auditd
|
||||
state: started
|
||||
listen: Restart auditd
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue