diff --git a/playbooks/install_morefine.yaml b/playbooks/install_morefine.yaml index 84974c0..7be9d96 100644 --- a/playbooks/install_morefine.yaml +++ b/playbooks/install_morefine.yaml @@ -22,7 +22,7 @@ - name: Get repo ansible.builtin.shell: >- - echo "deb [arch=amd64,arm64,armhf signed-by=/etc/apt/keyrings/packages.microsoft.gpg] https://packages.microsoft.com/repos/code/stable main" > /etc/apt/sources.list.d/vscode.list + echo "deb [arch=amd64,arm64,armhf signed-by=/etc/apt/keyrings/packages.microsoft.gpg] https://packages.microsoft.com/repos/code stable main" > /etc/apt/sources.list.d/vscode.list - name: Install code ansible.builtin.apt: name: