modify execution command

This commit is contained in:
Chris Hammer 2023-11-10 14:46:49 -05:00
parent b65a197c21
commit 2fd38efbac

View File

@ -38,7 +38,7 @@
- name: Ansible Lint Debug Information - name: Ansible Lint Debug Information
block: block:
- name: Test Ansible Lint - Version - name: Test Ansible Lint - Version
ansible.builtin.command: "{{ ansible_lint_venv }}/bin/pyvenv.sh ansible-lint --nocolor --version" ansible.builtin.shell: "source {{ ansible_lint_venv }}/bin/pyvenv.sh; ansible-lint --nocolor --version"
register: r_lint_version register: r_lint_version
changed_when: false changed_when: false