remove new line from infinality pacman conf

This makes pacman.conf less pretty, but the `\n` screws up ansible.
This commit is contained in:
Pig Monkey 2015-12-09 15:58:23 -08:00
parent c9a0749838
commit e0b2b8638e

View file

@ -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