Upgrade Ubuntu 22.04 to 24.04 (Inplace and Reinstall) #200

Merged
mg merged 17 commits from ubu24 into master 2024-10-04 14:50:11 +02:00
Showing only changes of commit 8020f56b81 - Show all commits

View file

@ -2,7 +2,7 @@
- name: Vundle - PluginInstall # noqa no-changed-when risky-shell-pipe
become: true
become_user: "{{ item.user }}"
ansible.builtin.shell: yes | vim -c PluginInstall -c qall
ansible.builtin.shell: yes yes yes| vim -c PluginInstall -c qall
args:
chdir: "{{ item.home }}"
loop: "{{ dotfiles }}"