dfg
This commit is contained in:
parent
506fa8da8d
commit
6562f19bd9
1 changed files with 1 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"
|
||||||
|
|
Loading…
Reference in a new issue