Fix sshd service state

This commit is contained in:
Hoai Le 2017-03-16 15:06:16 +02:00
parent 864d5af045
commit f225804f64

View file

@ -51,7 +51,7 @@
service:
name: "{{ sshd_service }}"
enabled: true
state: running
state: started
when: sshd_manage_service
tags:
- sshd