Remove spaces
This commit is contained in:
parent
c9aaa3b40b
commit
0208f13dd9
1 changed files with 3 additions and 3 deletions
|
@ -1,10 +1,10 @@
|
|||
---
|
||||
- copy:
|
||||
src: files/yggdrasil.list
|
||||
dest: /etc/apt/sources.list.d/yggdrasil.list
|
||||
src: files/yggdrasil.list
|
||||
dest: /etc/apt/sources.list.d/yggdrasil.list
|
||||
owner: root
|
||||
group: root
|
||||
mode: u=rw,g=r,o=r
|
||||
mode: u=rw,g=r,o=r
|
||||
- apt:
|
||||
update_cache: true
|
||||
name: yggdrasil
|
||||
|
|
Reference in a new issue