Bertrand Lanson
9038f8a2ba
Some checks failed
test / Molecule tests (default, debian11) (push) Blocked by required conditions
test / Molecule tests (default, debian12) (push) Blocked by required conditions
test / Molecule tests (default, ubuntu2004) (push) Blocked by required conditions
test / Molecule tests (default, ubuntu2204) (push) Blocked by required conditions
test / Molecule tests (with_ssh_keys, debian11) (push) Blocked by required conditions
test / Molecule tests (with_ssh_keys, debian12) (push) Blocked by required conditions
test / Molecule tests (with_ssh_keys, ubuntu2004) (push) Blocked by required conditions
test / Molecule tests (with_ssh_keys, ubuntu2204) (push) Blocked by required conditions
test / Linting (push) Has been cancelled
8 lines
179 B
YAML
8 lines
179 B
YAML
---
|
|
# handlers file for provision_management_user
|
|
- name: "Restart sshd service"
|
|
ansible.builtin.service:
|
|
name: sshd
|
|
state: restarted
|
|
listen: "systemctl-restart-sshd"
|