This commit is contained in:
2022-09-03 00:35:35 +12:00
parent 424fe250d8
commit 2c24ade913
5 changed files with 57 additions and 1 deletions

View File

@ -0,0 +1,9 @@
---
- name: restart openssh
ansible.builtin.service:
name: "{{ openssh_service }}"
state: restarted
when:
- not ansible_check_mode
- not openssh_restart_immediately