Browse Source
Add reload yes to reload sysctl if the value of net.ipv4.ip_forward changes. - name: Enable ip forwarding sysctl: sysctl_file: "{{sysctl_file_path}}" name: net.ipv4.ip_forward value: 1 state: present reload: yes tags: - bootstrap-ospull/1884/head
abelgana
7 years ago
committed by
GitHub
1 changed files with 1 additions and 0 deletions
Loading…