Skip to content
Snippets Groups Projects
Commit e5103b68 authored by jurgenhaas's avatar jurgenhaas
Browse files

ansible-playbooks/general#85 Quoting some strings

parent 2cefdf2f
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment