remove specific version for ansible-lint
This commit is contained in:
parent
afb6577c77
commit
60e8af91e8
@ -21,7 +21,8 @@
|
||||
|
||||
- name: Create VirtualEnv and Install ansible-lint
|
||||
ansible.builtin.pip:
|
||||
name: "ansible-lint=={{ ansible_lint_vers }}"
|
||||
name: ansible-lint
|
||||
#name: "ansible-lint=={{ ansible_lint_vers }}"
|
||||
virtualenv: "{{ ansible_lint_venv }}"
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user