dxfg
This commit is contained in:
parent
6d060ef363
commit
066a72924f
1 changed files with 2 additions and 1 deletions
|
@ -13,7 +13,7 @@
|
||||||
|
|
||||||
- name: Ensure dotfiles-repository is cloned # noqa latest[git]
|
- name: Ensure dotfiles-repository is cloned # noqa latest[git]
|
||||||
become: true
|
become: true
|
||||||
# become_user: "{{ item.user }}"
|
become_user: "{{ item.user }}"
|
||||||
ansible.builtin.git:
|
ansible.builtin.git:
|
||||||
repo: "{{ dotfiles_repo_url }}"
|
repo: "{{ dotfiles_repo_url }}"
|
||||||
dest: "{{ item.home }}/dotfiles"
|
dest: "{{ item.home }}/dotfiles"
|
||||||
|
@ -109,6 +109,7 @@
|
||||||
loop: "{{ dotfiles }}"
|
loop: "{{ dotfiles }}"
|
||||||
|
|
||||||
- name: Ensure vundle-repository is cloned
|
- name: Ensure vundle-repository is cloned
|
||||||
|
become_user: "{{ item.user }}"
|
||||||
become: true
|
become: true
|
||||||
ansible.builtin.git:
|
ansible.builtin.git:
|
||||||
repo: "{{ dotfiles_vim_vundle_repo_url }}"
|
repo: "{{ dotfiles_vim_vundle_repo_url }}"
|
||||||
|
|
Loading…
Reference in a new issue