openssh: Add rc_need='networking' to service
This commit is contained in:
parent
4063ce59ca
commit
df7341cf3a
1 changed files with 6 additions and 0 deletions
|
@ -5,3 +5,9 @@
|
||||||
name: sshd
|
name: sshd
|
||||||
state: started
|
state: started
|
||||||
enabled: true
|
enabled: true
|
||||||
|
- name: Require lo interface
|
||||||
|
lineinfile:
|
||||||
|
state: present
|
||||||
|
path: /etc/conf.d/sshd
|
||||||
|
insertafter: EOF
|
||||||
|
line: rc_need="networking"
|
||||||
|
|
Loading…
Reference in a new issue