From f478c7233f2c7c5d11df819d09e41160352d7cbd Mon Sep 17 00:00:00 2001 From: Chris Coley <chris@codingallnight.com> Date: Tue, 13 Mar 2018 10:10:49 -0700 Subject: [PATCH] Fixing the APT to adhere to best practices --- tasks/install_agent.deb.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tasks/install_agent.deb.yaml b/tasks/install_agent.deb.yaml index 46d89c8..795da08 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: -- GitLab