ahhhhh ansible
This commit is contained in:
parent
778d60fe68
commit
70272ba349
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue