state=running is deprecated. using state=started
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
apt: name=openssh-server
|
||||
|
||||
- name: openssh - start and enable
|
||||
service: name=ssh state=running enabled=yes
|
||||
service: name=ssh state=started enabled=yes
|
||||
|
||||
- name: openssh - config
|
||||
template: dest=/etc/ssh/sshd_config src=sshd_config.j2 owner=root group=root mode=0600
|
||||
|
||||
Reference in New Issue
Block a user