remove specific version for ansible-lint

This commit is contained in:
Chris Hammer 2023-11-10 14:21:01 -05:00
parent afb6577c77
commit 60e8af91e8

View File

@ -21,7 +21,8 @@
- name: Create VirtualEnv and Install ansible-lint - name: Create VirtualEnv and Install ansible-lint
ansible.builtin.pip: ansible.builtin.pip:
name: "ansible-lint=={{ ansible_lint_vers }}" name: ansible-lint
#name: "ansible-lint=={{ ansible_lint_vers }}"
virtualenv: "{{ ansible_lint_venv }}" virtualenv: "{{ ansible_lint_venv }}"