Skip to content
Snippets Groups Projects
Commit 5651941c authored by Trung Nguyen's avatar Trung Nguyen Committed by Gin Tan
Browse files

Fix sysctl_network role

parent 439c73d6
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,6 @@
become_user: root
- name: Reloading sysctl
sysctl:
reload: yes
shell: sysctl -p
become: true
become_user: root
  • Author Developer

    The sysctl module manages entries in sysctl.conf and setting "reload :yes" performs a /sbin/sysctl -p if the sysctl file is updated. In addition this module requires a name for a specific sysctl variable in order to work.

    In this case we need to update the network configuration and making no change to the sysctl.conf file hence the module is not applicable. I am replacing it with a shell module instead.

  • Trung Nguyen @tngu0050

    mentioned in commit b549c953

    ·

    mentioned in commit b549c953

    Toggle commit list
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment