Slowing building out the new workflows
Some checks failed
Ansible Linting / ansible-lint (push) Failing after 5s
Some checks failed
Ansible Linting / ansible-lint (push) Failing after 5s
This commit is contained in:
0
playbooks/static/handlers/.gitkeep
Normal file
0
playbooks/static/handlers/.gitkeep
Normal file
5
playbooks/static/handlers/main.yaml
Normal file
5
playbooks/static/handlers/main.yaml
Normal file
@@ -0,0 +1,5 @@
|
||||
- name: Restart SSH
|
||||
become: true
|
||||
ansible.builtin.systemd:
|
||||
name: sshd
|
||||
state: restarted
|
||||
Reference in New Issue
Block a user