modify execution command
This commit is contained in:
parent
b65a197c21
commit
2fd38efbac
@ -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
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user