Skip to content

Commit 12053b2

Browse files
author
Conor Schaefer
committed
Removes sysctl_set parameter from RHEL sysctl task
It appears that the sysctl_set parameter overrides ignorerrors. Since we fully expect `kernel.exec_shield` to be handled differently on CentOS 7+, where it is is no longer configurable, let's preserve the functionality provided by ignorerrors.
1 parent ef28e7d commit 12053b2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tasks/sysctl.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@
2929
sysctl:
3030
name: '{{ item.key }}'
3131
value: '{{ item.value }}'
32-
sysctl_set: yes
3332
state: present
3433
reload: yes
3534
ignoreerrors: yes

0 commit comments

Comments
 (0)