--- # tasks file for ansible_lint - name: install ansible_lint ansible.builtin.pip: name: "{{ ansible_lint_packages }}" state: present