mirror of
https://github.com/dev-sec/ansible-collection-hardening
synced 2024-11-10 09:14:18 +00:00
fix wrong indentation
Signed-off-by: Sebastian Gumprich <sebastian.gumprich@t-systems.com>
This commit is contained in:
parent
bf372f8493
commit
73f84ae2a9
1 changed files with 2 additions and 2 deletions
|
@ -55,8 +55,8 @@
|
||||||
file:
|
file:
|
||||||
path: /etc/systemd/coredump.conf.d
|
path: /etc/systemd/coredump.conf.d
|
||||||
state: absent
|
state: absent
|
||||||
when: ansible_service_mgr == "systemd"
|
when: ansible_service_mgr == "systemd"
|
||||||
notify: Reload systemd
|
notify: Reload systemd
|
||||||
|
|
||||||
- name: Remove 10.hardcore.conf config file
|
- name: Remove 10.hardcore.conf config file
|
||||||
file:
|
file:
|
||||||
|
|
Loading…
Reference in a new issue