Added POST to name

Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>
This commit is contained in:
Mark Bolwell 2023-02-27 17:25:45 +00:00
parent 52a293e9a1
commit e0a490e1d5
No known key found for this signature in database
GPG key ID: 1DE02A772D0908F9

View file

@ -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 }}"