diff options
Diffstat (limited to 'ansible/roles/lxc-machine/handlers')
-rw-r--r-- | ansible/roles/lxc-machine/handlers/main.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ansible/roles/lxc-machine/handlers/main.yml b/ansible/roles/lxc-machine/handlers/main.yml new file mode 100644 index 0000000..3f96231 --- /dev/null +++ b/ansible/roles/lxc-machine/handlers/main.yml @@ -0,0 +1,6 @@ +--- +- name: restart sysctl + service: + name: systemd-sysctl.service + state: restarted + |