Don't use color in jinja_plugins test.

This should prevent color codes from interfering with string matches.
pull/79536/head
Matt Clay 2 years ago
parent 9acca5b3b9
commit 31f9d60b8d

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

Loading…
Cancel
Save