summaryrefslogtreecommitdiffstats
path: root/roles/bittorrent/tasks/update.yml
diff options
context:
space:
mode:
Diffstat (limited to 'roles/bittorrent/tasks/update.yml')
-rw-r--r--roles/bittorrent/tasks/update.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/bittorrent/tasks/update.yml b/roles/bittorrent/tasks/update.yml
index 6aeeadf..01e5777 100644
--- a/roles/bittorrent/tasks/update.yml
+++ b/roles/bittorrent/tasks/update.yml
@@ -1,5 +1,5 @@
- name: Récupération de la liste des torrents disponibles
- shell: curl -sS https://torrents.fedoraproject.org/torrents/ | grep torrent | grep -v Index | awk '{ print $6 }' | cut -d '"' -f2 | sed 's/.torrent//' | egrep -vi 'alpha|beta' |grep 35
+ shell: curl -sS https://torrents.fedoraproject.org/torrents/ | grep torrent | grep -v Index | awk '{ print $6 }' | cut -d '"' -f2 | sed 's/.torrent//' | egrep -vi 'alpha|beta' |grep 37
args:
executable: /usr/bin/zsh
run_once: true