mirror of
https://github.com/roles-ansible/ansible_collection_users.git
synced 2024-08-16 10:29:50 +02:00
8 lines
242 B
YAML
8 lines
242 B
YAML
---
|
|
- name: Restart SSHD Server
|
|
become: true
|
|
listen: 'systemctl restart sshd'
|
|
ansible.builtin.systemd:
|
|
name: "{{ l3d_users__sshd_service }}"
|
|
state: restarted
|
|
when: sshd__service is defined and ansible_service_mgr == 'systemd'
|