Skip to content
Snippets Groups Projects
Commit fdca1d21 authored by Gin Tan (Monash University)'s avatar Gin Tan (Monash University)
Browse files

Fix handler

parent f79bcd03
No related branches found
No related tags found
1 merge request!26890 network
- name: reload sysctl
sysctl:
reload: yes
---
- name: copying networking config for sysctl
copy:
mode: '640'
......@@ -7,11 +6,8 @@
become: true
become_user: root
- name: Reloading sysctl
notify:
- "reload sysctl"
sysctl:
reload: yes
become: true
become_user: root
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