mirror of
https://github.com/willshersystems/ansible-sshd
synced 2024-11-22 11:00:19 +01:00
Fix sshd service state
This commit is contained in:
parent
864d5af045
commit
f225804f64
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@
|
|||
service:
|
||||
name: "{{ sshd_service }}"
|
||||
enabled: true
|
||||
state: running
|
||||
state: started
|
||||
when: sshd_manage_service
|
||||
tags:
|
||||
- sshd
|
||||
|
|
Loading…
Reference in a new issue