Ansible/user-provision/handlers/main.yml

9 lines
156 B
YAML
Raw Permalink Normal View History

---
- name: Restart sshd service
ansible.builtin.service:
name: sshd
state: restarted
listen: "restart sshd"
ignore_errors: yes
become: yes