From 260eeeef58c59f31240047082d661ad2d3750b2b Mon Sep 17 00:00:00 2001 From: Laci Dusa Date: Mon, 31 Jul 2023 10:49:13 +0000 Subject: [PATCH] Update install_morefine.yaml --- playbooks/install_morefine.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: