From 512fb000751c0f22eba9193641639e82a0941b4b Mon Sep 17 00:00:00 2001 From: Thomas Herve Date: Wed, 26 Apr 2017 15:40:06 +0200 Subject: [PATCH] Remove force color This removes force_color from the configuration: if set, it ignores the ANSIBLE_NOCOLOR environment variable that we set in CI. Change-Id: Ie857c00c578cdd097b6b5806915257f6a7f3e28f --- ansible.cfg | 1 - 1 file changed, 1 deletion(-) diff --git a/ansible.cfg b/ansible.cfg index ef6d61c98..0cc7b9dca 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -3,7 +3,6 @@ command_warnings = False retry_files_enabled = False callback_whitelist = profile_tasks host_key_checking = False -force_color = 1 pipelining = True # Attempt to load custom modules whether it's installed system-wide or from a virtual environment