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 }}
|
- source: {{ openssh.sshd_config_src }}
|
||||||
- template: jinja
|
- template: jinja
|
||||||
- user: root
|
- user: root
|
||||||
- group: root
|
|
||||||
- mode: 644
|
- mode: 644
|
||||||
- watch_in:
|
- watch_in:
|
||||||
- service: openssh
|
- service: openssh
|
||||||
|
|
Loading…
Reference in New Issue