forked from ansible-lockdown/RHEL9-CIS
Added POST to name
Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>
This commit is contained in:
parent
52a293e9a1
commit
e0a490e1d5
1 changed files with 2 additions and 2 deletions
|
|
@ -1,13 +1,13 @@
|
|||
---
|
||||
# Post tasks
|
||||
|
||||
- name: Gather the package facts after remediation
|
||||
- name: POST | Gather the package facts after remediation
|
||||
ansible.builtin.package_facts:
|
||||
manager: auto
|
||||
tags:
|
||||
- always
|
||||
|
||||
- name: Update sysctl
|
||||
- name: POST | Update sysctl
|
||||
ansible.builtin.template:
|
||||
src: "etc/sysctl.d/{{ item }}.j2"
|
||||
dest: "/etc/sysctl.d/{{ item }}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue