Fix wrong condition
This commit is contained in:
parent
976a12bd40
commit
3366d4a7c5
|
@ -17,6 +17,6 @@
|
|||
|
||||
- name: "If no kitty(-terminfo) available, install manually"
|
||||
include_tasks: manual.yml
|
||||
when: kitty_terminfo_installed is failed and kitty_terminfo_installed is defined and kitty_terminfo_installed is failed
|
||||
when: kitty_installed is failed and kitty_terminfo_installed is defined and kitty_terminfo_installed is failed
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue