ahhhhh ansible

This commit is contained in:
kekskurse 2024-04-29 10:46:22 +02:00
parent 778d60fe68
commit 70272ba349
1 changed files with 2 additions and 1 deletions

View File

@ -117,7 +117,8 @@
- name: Extract nvim to /opt - name: Extract nvim to /opt
ansible.builtin.unarchive: ansible.builtin.unarchive:
remote_src: "/tmp/nvim-linux64.tar.gz" src: "/tmp/nvim-linux64.tar.gz"
remote_src: true
dest: /opt dest: /opt
when: not nvim.stat.exists when: not nvim.stat.exists