# ---------------------------------------------------------------------------- #
## \author Sebastien Beaugrand
## \sa http://beaugrand.chez.com/
## \copyright CeCILL 2.1 Free Software license
# ---------------------------------------------------------------------------- #
---
- name: urls
lineinfile:
path: "{{ home }}/.newsboat/urls"
line: https://micronews.debian.org/feeds/feed.rss
create: yes
- name: autostart
lineinfile:
path: "{{ home }}/.config/lxsession/LXDE/autostart"
line: "@{{ home }}/install/debinst/bin/unread.sh"