Skip to content

Commit

Permalink
Fix mitogen
Browse files Browse the repository at this point in the history
  • Loading branch information
baszoetekouw committed Dec 17, 2024
1 parent 7948c43 commit 0496849
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions roles/basic/handlers/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,15 @@
service:
name: "sshd"
state: "restarted"
when:
- 'environment_name!="vm"'
- 'environment_name!="ci"'


- name: reload sysctl settings
systemd:
name: "systemd-sysctl.service"
state: "restarted"
when:
- 'environment_name!="vm"'
- 'environment_name!="ci"'

0 comments on commit 0496849

Please sign in to comment.