ansible/roles/ubuntu_base/handlers/main.yml
Sam A. b56690a33e 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-15 22:06:53 +00:00

6 lines
72 B
YAML

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