Condition was too complex

This commit is contained in:
Sven Velt 2024-07-09 20:49:11 +02:00
parent d24657ee85
commit f73f027312

View file

@ -17,6 +17,6 @@
- name: "If no kitty(-terminfo) available, install manually"
include_tasks: manual.yml
when: kitty_terminfo_file.stat.exists == False and kitty_terminfo_installed is defined and kitty_terminfo_installed is failed
when: kitty_terminfo_installed is defined and kitty_terminfo_installed is failed