diff --git a/roles/batcave/tasks/main.yml b/roles/batcave/tasks/main.yml index d15d41f1e7..86cf7d240f 100644 --- a/roles/batcave/tasks/main.yml +++ b/roles/batcave/tasks/main.yml @@ -36,6 +36,7 @@ - git-email # needed to send patches for review to the mailing list - python-dns # needed to have ansible remove ip-based known_host entries - libvirt-client # needed to allow migrations to be run from here. + - ansible-lint # needed to check ansible playbooks for issues. tags: - batcave - config