dd
All checks were successful
ansible-lint / gitleaks (pull_request) Successful in 3s
ansible-lint / Ansible Lint (pull_request) Successful in 25s

This commit is contained in:
Michael Grote 2024-10-08 17:19:00 +02:00
parent fe369a70be
commit 1d6f27a2ce

View file

@ -7,5 +7,5 @@
chdir: "{{ item.home }}"
loop: "{{ dotfiles }}"
register: plugin
successful_when: plugin.rc == 1
changed_when: "plugin.rc == 1"
...