From e5103b6894bc4d73fc7edf8ed985471934488fca Mon Sep 17 00:00:00 2001 From: jurgenhaas <juergen@paragon-es.de> Date: Wed, 12 Jun 2019 09:45:22 +0200 Subject: [PATCH] ansible-playbooks/general#85 Quoting some strings --- tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/main.yml b/tasks/main.yml index 290076b..3460ad4 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -20,7 +20,7 @@ - name: Apt Repository apt_repository: - repo: deb https://packages.gitlab.com/runner/gitlab-runner/ubuntu/ {{ ansible_distribution_release }} main + repo: 'deb https://packages.gitlab.com/runner/gitlab-runner/ubuntu/ {{ ansible_distribution_release }} main' state: present mode: 0644 -- GitLab