From 2af5081f9d9dd24bcd9aa963598dda051bdc4170 Mon Sep 17 00:00:00 2001 From: jurgenhaas <juergen@paragon-es.de> Date: Mon, 10 Jun 2019 16:17:51 +0200 Subject: [PATCH] ansible-playbooks/general#85 Linting [skip-ci] --- tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/main.yml b/tasks/main.yml index ff8dd02..78458e0 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -22,7 +22,7 @@ apt_repository: repo: deb https://packages.gitlab.com/runner/gitlab-runner/ubuntu/ {{ ansible_distribution_release }} main state: present - mode: 644 + mode: 0644 - name: Install GitLab Runner apt: -- GitLab