Condition was too complex
This commit is contained in:
parent
d24657ee85
commit
f73f027312
|
@ -17,6 +17,6 @@
|
||||||
|
|
||||||
- name: "If no kitty(-terminfo) available, install manually"
|
- name: "If no kitty(-terminfo) available, install manually"
|
||||||
include_tasks: manual.yml
|
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
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue