From 0c343ad58e08f10d83060bf4c4c57fd2e1eeae42 Mon Sep 17 00:00:00 2001 From: Ferenc Grecu Date: Tue, 10 Dec 2013 23:40:11 +0200 Subject: [PATCH] Update CHANGELOG.md Fix typo in ANSIBLE_FORCE_COLOR --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b52974e0845..b16ab2f1951 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -765,7 +765,7 @@ Other Core Changes: * ability to access inventory variables via 'hostvars' for hosts not yet included in any play, using on demand lookups * merged ansible-plugins, ansible-resources, and ansible-docs into the main project * you can set ANSIBLE_NOCOWS=1 if you want to disable cowsay if it is installed. Though no one should ever want to do this! Cows are great! -* you can set ANSIBLE_FORCECOLOR=1 to force color mode even when running without a TTY +* you can set ANSIBLE_FORCE_COLOR=1 to force color mode even when running without a TTY * fatal errors are now properly colored red. * skipped messages are now cyan, to differentiate them from unchanged messages. * extensive documentation upgrades