continue on errors

Damit man Fehler, die die Updates verhindern auch rückgängig machen kann
This commit is contained in:
2023-01-29 13:37:40 +01:00
parent d1693eb03e
commit 42dd43f2bf

View File

@@ -24,6 +24,7 @@
portage: portage:
sync: yes sync: yes
when: ansible_distribution == 'Gentoo' when: ansible_distribution == 'Gentoo'
ignore_errors: True
# run roles # run roles
- hosts: all - hosts: all