This commit is contained in:
Michael Grote 2024-10-23 20:27:03 +02:00
parent 506fa8da8d
commit 6562f19bd9

View file

@ -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"