dd
Some checks failed
ansible-lint / gitleaks (pull_request) Successful in 2s
ansible-lint / Ansible Lint (pull_request) Failing after 23s

This commit is contained in:
Michael Grote 2024-10-08 17:18:08 +02:00
parent e44ff803bb
commit 972e33ec5a

View file

@ -6,4 +6,6 @@
args: args:
chdir: "{{ item.home }}" chdir: "{{ item.home }}"
loop: "{{ dotfiles }}" loop: "{{ dotfiles }}"
register: plugin.rc
successful_when: plugin.rc == 1
... ...