modify execution command
This commit is contained in:
parent
b65a197c21
commit
2fd38efbac
@ -38,7 +38,7 @@
|
||||
- name: Ansible Lint Debug Information
|
||||
block:
|
||||
- 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
|
||||
changed_when: false
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user