Rimozione indicazione esplicita dello username.
This commit is contained in:
parent
0d6f22439d
commit
e8fc9fffaa
16 changed files with 37 additions and 99 deletions
|
@ -4,18 +4,18 @@
|
|||
|
||||
- name: (rHa) FZF - Build directory
|
||||
ansible.builtin.file:
|
||||
dest: "{{ lookup('ansible.builtin.env', 'HOME' ) }}/.fzf"
|
||||
dest: "{{ lookup('ansible.builtin.env', 'HOME') }}/.fzf"
|
||||
state: directory
|
||||
owner: syntaxerrormmm
|
||||
group: syntaxerrormmm
|
||||
mode: '0755'
|
||||
|
||||
- name: (rHa) FZF - clone from git
|
||||
ansible.builtin.git:
|
||||
# noqa: latest[git]
|
||||
repo: https://github.com/junegunn/fzf.git
|
||||
depth: 1
|
||||
dest: "{{ lookup('ansible.builtin.env', 'HOME' ) }}/.fzf"
|
||||
dest: "{{ lookup('ansible.builtin.env', 'HOME') }}/.fzf"
|
||||
|
||||
- name: (rHa) FZF - Installing
|
||||
ansible.builtin.command: >-
|
||||
{{ lookup('ansible.builtin.env', 'HOME' ) }}/.fzf/install
|
||||
{{ lookup('ansible.builtin.env', 'HOME') }}/.fzf/install
|
||||
changed_when: true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue