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