squash: fix spacing
This commit is contained in:
parent
970ef435b6
commit
01b18eb551
@ -314,12 +314,12 @@ The **content** field must represent exactly what should be written to disk.
|
|||||||
write_files:
|
write_files:
|
||||||
- path: /etc/resolv.conf
|
- path: /etc/resolv.conf
|
||||||
permissions: 0644
|
permissions: 0644
|
||||||
owner: root
|
owner: root
|
||||||
content: |
|
content: |
|
||||||
nameserver 8.8.8.8
|
nameserver 8.8.8.8
|
||||||
- path: /etc/motd
|
- path: /etc/motd
|
||||||
permissions: 0644
|
permissions: 0644
|
||||||
owner: root
|
owner: root
|
||||||
content: |
|
content: |
|
||||||
Good news, everyone!
|
Good news, everyone!
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user