This website requires JavaScript.
Explore
Help
Sign In
michael
/
IaC
Watch
1
Star
0
Fork
0
You've already forked IaC
Code
Packages
8daf2d1ff8
IaC
/
ansible
/
roles
/
sshd
/
handlers
/
main.yml
6 lines
110 B
YAML
Raw
Normal View
History
Unescape
Escape
sshd
2022-09-02 08:35:35 -04:00
---
-
name
:
restart openssh
ansible.builtin.service
:
name
:
"{{ openssh_service }}"
remove task when conditionals
2022-09-02 09:46:34 -04:00
state
:
restarted
Copy Permalink