cisagov / skeleton-generic

A generic skeleton project for quickly getting a new cisagov project started.
Creative Commons Zero v1.0 Universal
13 stars 11 forks source link

Update the `ansible-lint` Version in the pre-commit Configuration #93

Closed mcdonnnj closed 2 years ago

mcdonnnj commented 2 years ago

๐Ÿ—ฃ Description

This PR updates the version pin for ansible-lint in our pre-commit configuration to the latest version. A .ansible-lint configuration file is added to go along with this change.

๐Ÿ’ญ Motivation and context

This PR ties in with https://github.com/cisagov/skeleton-ansible-role/pull/85 to update the version of ansible-lint we use for our repositories.

๐Ÿงช Testing

Automated tests pass.

โœ… Checklist