Remove reference to root group
By not specifying it, root user's group should be used.
This commit is contained in:
parent
2f844e5b21
commit
2876a691b0
|
@ -9,7 +9,6 @@ sshd_config:
|
|||
- source: {{ openssh.sshd_config_src }}
|
||||
- template: jinja
|
||||
- user: root
|
||||
- group: root
|
||||
- mode: 644
|
||||
- watch_in:
|
||||
- service: openssh
|
||||
|
|
Loading…
Reference in New Issue