Reload sysctl if necessary
If IP forwarding is enabled by: sysctl: name: net.ipv4.ip_forward value: 1 sysctl_set: yes I sysctl needs to re reloaded.
This commit is contained in:
parent
a591657f36
commit
e121d4ce0e
1 changed files with 1 additions and 0 deletions
|
@ -227,6 +227,7 @@
|
||||||
name: net.ipv4.ip_forward
|
name: net.ipv4.ip_forward
|
||||||
value: 1
|
value: 1
|
||||||
state: present
|
state: present
|
||||||
|
reload: yes
|
||||||
tags:
|
tags:
|
||||||
- bootstrap-os
|
- bootstrap-os
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue