[stable-2.14] Don't use color in jinja_plugins test.

This should prevent color codes from interfering with string matches.
(cherry picked from commit 31f9d60b8d)

Co-authored-by: Matt Clay <matt@mystile.com>
pull/79537/head
Matt Clay 3 years ago
parent ab661160cb
commit 3bcb4f267d

@ -1,4 +1,6 @@
- shell: ansible-playbook {{ verbosity }} playbook.yml
environment:
ANSIBLE_FORCE_COLOR: no
args:
chdir: '{{ role_path }}'
vars:

Loading…
Cancel
Save