diff --git a/roles/archbuild/tasks/main.yml b/roles/archbuild/tasks/main.yml
index b6e30c45b7391de25f225b3eed2255376ca9cd95..680dac5944741193426215cbc87f5e79b9e28c74 100644
--- a/roles/archbuild/tasks/main.yml
+++ b/roles/archbuild/tasks/main.yml
@@ -24,13 +24,11 @@
   notify:
     - daemon reload
 
-- name: start and enable archbuild units
+- name: start and enable archbuild mounts
   service: name={{ item }} enabled=yes state=started
   with_items:
     - var-lib-archbuild.mount
     - var-lib-archbuilddest.mount
-    - clean-chroots.timer
-    - clean-dests.timer
 
 - name: create archbuilddest
   file:
@@ -58,6 +56,12 @@
        'group::r-x',
        'other::r-x']
 
+- name: start and enable archbuild units
+  service: name={{ item }} enabled=yes state=started
+  with_items:
+    - clean-chroots.timer
+    - clean-dests.timer
+
 - name: set makepkg.conf vars
   lineinfile:
     dest: /etc/makepkg.conf