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