From 70272ba349540e3bf867c7cfcaadaee585c6a6fb Mon Sep 17 00:00:00 2001 From: kekskurse Date: Mon, 29 Apr 2024 10:46:22 +0200 Subject: [PATCH] ahhhhh ansible --- debian12-basic.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/debian12-basic.yml b/debian12-basic.yml index 90f36fd..9a4e0b9 100644 --- a/debian12-basic.yml +++ b/debian12-basic.yml @@ -117,7 +117,8 @@ - name: Extract nvim to /opt ansible.builtin.unarchive: - remote_src: "/tmp/nvim-linux64.tar.gz" + src: "/tmp/nvim-linux64.tar.gz" + remote_src: true dest: /opt when: not nvim.stat.exists