remove --nocolor

This commit is contained in:
Chris Hammer 2023-11-09 18:33:08 -05:00
parent dcffd8240e
commit 1aa6f3d628

View File

@ -17,7 +17,7 @@
- name: Test Ansible Lint - Playbooks/Roles - name: Test Ansible Lint - Playbooks/Roles
ansible.builtin.command: ansible-lint --nocolor --format json ansible.builtin.command: ansible-lint --format json
ignore_errors: true ignore_errors: true
changed_when: false changed_when: false
register: r_lint_output register: r_lint_output