diff --git a/tasks/install.yml b/tasks/install.yml index 2ae503c052901557863a3b1f187cd45bcc5fb0ee..8c8310df92208f59c6e6d2329139a3e9cbd594a0 100644 --- a/tasks/install.yml +++ b/tasks/install.yml @@ -8,7 +8,7 @@ - name: Apt Repository apt_repository: - repo: deb [arch=amd64] https://download.docker.com/linux/ubuntu {{ ansible_distribution_release }} stable + repo: 'deb [arch=amd64] https://download.docker.com/linux/ubuntu {{ ansible_distribution_release }} stable' state: present mode: 0644