Rimozione indicazione esplicita dello username.
This commit is contained in:
parent
0d6f22439d
commit
e8fc9fffaa
16 changed files with 37 additions and 99 deletions
|
@ -6,15 +6,12 @@
|
|||
|
||||
- name: Creating autoload dir
|
||||
ansible.builtin.file:
|
||||
path: "{{ lookup('ansible.builtin.env', 'HOME' ) }}/.vim/autoload"
|
||||
path: "{{ lookup('ansible.builtin.env', 'HOME') }}/.vim/autoload"
|
||||
state: directory
|
||||
owner: syntaxerrormmm
|
||||
group: syntaxerrormmm
|
||||
mode: '0755'
|
||||
|
||||
- name: Installing vim-plug from git
|
||||
ansible.builtin.get_url:
|
||||
url: "https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim"
|
||||
dest: "{{ lookup('ansible.builtin.env', 'HOME' ) }}/.vim/autoload/plug.vim"
|
||||
owner: syntaxerrormmm
|
||||
group: syntaxerrormmm
|
||||
dest: "{{ lookup('ansible.builtin.env', 'HOME') }}/.vim/autoload/plug.vim"
|
||||
mode: '0644'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue