dxfg
Some checks failed
ansible-lint / gitleaks (pull_request) Successful in 3s
ansible-lint / Ansible Lint (pull_request) Failing after 29s

This commit is contained in:
Michael Grote 2024-10-23 22:01:46 +02:00
parent 6d060ef363
commit 066a72924f

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