diff --git a/playbooks/tasks/pacman-website.yml b/playbooks/tasks/pacman-website.yml
index 6416849e45b8cdc1a9a94c14368ca68e2bbe0074..3309e382fc336e6d97c0a6e244017eed98bf8ef3 100644
--- a/playbooks/tasks/pacman-website.yml
+++ b/playbooks/tasks/pacman-website.yml
@@ -3,7 +3,7 @@
 - name: Update pacman website
   hosts: localhost
   vars:
-      pacman_version: "5.2.0"
+      pacman_version: "5.2.1"
       archweb_dir: '/srv/http/archweb'
   tasks:
       - name: Create temp dir
@@ -19,9 +19,6 @@
       - name: unpack tarball
         unarchive: src={{tempdir.path}}/pacman.tar.gz dest={{tempdir.path}}/pacman/
 
-      - name: grab missing file from cgit
-        get_url: url=https://git.archlinux.org/pacman.git/plain/doc/pacman-conf.8.asciidoc?h=v{{pacman_version}} dest={{tempdir.path}}/pacman/pacman-{{pacman_version}}/doc/pacman-conf.8.asciidoc
-
       - name: configure
         shell: ./configure chdir={{tempdir.path}}/pacman/pacman-{{pacman_version}}