ansible/roles/ubuntu_base/handlers/main.yml
Sam A. 6a16328b7b
Make Ansible setup testable in Vagrant
Added logic to change the sshd port if not already configured,
configued Vagrantfile to work properly and fixed a couple of deploy
errors.
2022-11-13 20:26:58 +01:00

6 lines
72 B
YAML

---
- name: Restart sshd
service:
name: sshd
state: restarted