provision_management_user/handlers/main.yml
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
feat: remove become from role, fix #1
2023-12-03 18:10:56 +01:00

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"