1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

Update main.yml

This commit is contained in:
A Holt 2018-09-19 20:47:46 -04:00 committed by GitHub
parent ea6382c221
commit 1a504318b4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,7 +6,7 @@
state: present
#TODO: use handler to reload ssh
- name: Enable sshd
- name: Enable & start sshd
service:
name: "{{ sshd_service }}"
enabled: yes