Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Check for terminal capabilities if curses is available
Normally curses is part of the standard library, but this was not always the case in the past. The ANSIBLE_COLOR environment variable and the tty-check have priority over the curses method (as they are both faster than the curses test).
- Loading branch information