Sam A.
6a16328b7b
Added logic to change the sshd port if not already configured, configued Vagrantfile to work properly and fixed a couple of deploy errors.
6 lines
72 B
YAML
6 lines
72 B
YAML
---
|
|
- name: Restart sshd
|
|
service:
|
|
name: sshd
|
|
state: restarted
|