mirror of
https://github.com/willshersystems/ansible-sshd
synced 2024-11-25 04:20:18 +01:00
Merge pull request #50 from SoneraCloud/fix-sshd-state
Fix sshd service state
This commit is contained in:
commit
e5dfcc6f54
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