Fix RSS config step

This commit is contained in:
Cody
2019-02-28 23:39:27 -05:00
parent 361d6e4dc3
commit ec742ab4a0

View File

@@ -117,8 +117,9 @@
# shell: "curl -s http://john.bitsurge.net/public/biglist.p2p.gz | gunzip > /config/home/biglist.p2p"
# when: not blcheck.stat.exists
- name: 'Creating RSS feed configuration'
- name: 'RSS feed configuration'
block:
- name: 'Creating configuration'
shell: "touch /etc/transmission-rss.conf && chown 1000:1000 /etc/transmission-rss.conf && echo see https://git.io/fhAm2 to configure > /etc/transmission-rss.conf"
when: not rsscheck.stat.exists