diff --git a/tasks/install_agent.deb.yaml b/tasks/install_agent.deb.yaml
index 46d89c84d2fd0f6e57770d7c84ce393d8ac1006c..795da084ae20bfa57eac89ccfdfea0b48f405722 100644
--- a/tasks/install_agent.deb.yaml
+++ b/tasks/install_agent.deb.yaml
@@ -10,8 +10,7 @@
 - name: Install GitLab Runner
   apt:
     name: gitlab-runner
-    update_cache: yes
-    state: latest
+    state: present
 
 - name: Create GitLab Runner User
   user: