Owner/group strings
This commit is contained in:
parent
77c1732623
commit
a30d388422
21 changed files with 73 additions and 73 deletions
|
@ -4,8 +4,8 @@
|
|||
ansible.builtin.template:
|
||||
src: stable-sources.list
|
||||
dest: /etc/apt/sources.list
|
||||
owner: root
|
||||
group: root
|
||||
owner: "root"
|
||||
group: "root"
|
||||
mode: "0644"
|
||||
|
||||
- name: Remove backports
|
||||
|
|
|
@ -28,8 +28,8 @@
|
|||
ansible.builtin.template:
|
||||
src: network-interfaces
|
||||
dest: /etc/network/interfaces
|
||||
owner: root
|
||||
group: root
|
||||
owner: "root"
|
||||
group: "root"
|
||||
mode: "0644"
|
||||
when: network_br or network_dhcp or network_static
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue