mirror of
https://github.com/roles-ansible/ansible_role_sshd.git
synced 2024-08-16 11:59:49 +02:00
7 lines
161 B
YAML
7 lines
161 B
YAML
---
|
|
- name: systemctl restart ssh
|
|
become: yes
|
|
ansible.builtin.systemd:
|
|
name: "{{ sshd__service }}"
|
|
state: restarted
|
|
when: sshd__service is defined
|