mirror of
https://github.com/willshersystems/ansible-sshd
synced 2024-11-28 21:50: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:
|
service:
|
||||||
name: "{{ sshd_service }}"
|
name: "{{ sshd_service }}"
|
||||||
enabled: true
|
enabled: true
|
||||||
state: running
|
state: started
|
||||||
when: sshd_manage_service
|
when: sshd_manage_service
|
||||||
tags:
|
tags:
|
||||||
- sshd
|
- sshd
|
||||||
|
|
Loading…
Reference in a new issue