mirror of
https://github.com/pigmonkey/spark.git
synced 2026-07-29 10:40:27 +00:00
remove new line from infinality pacman conf
This makes pacman.conf less pretty, but the `\n` screws up ansible.
This commit is contained in:
parent
c9a0749838
commit
e0b2b8638e
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@
|
|||
insertafter=EOF
|
||||
line="{{ item.line }}"
|
||||
with_items:
|
||||
- { line: "\n[infinality-bundle]" }
|
||||
- { line: "[infinality-bundle]" }
|
||||
- { line: "Server = http://bohoomil.com/repo/$arch" }
|
||||
tags:
|
||||
- infinality
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue