mirror of
https://github.com/thegeeklab/ansible-later.git
synced 2024-11-13 00:30:39 +00:00
630 B
630 B
title |
---|
Pre-Commit setup |
To use ansible-later
with the pre-commit framework, add the following to the .pre-commit-config.yaml
file in your local repository.
{{< highlight yaml "linenos=table" >}}
- repo: https://github.com/thegeeklab/ansible-later
change ref to the latest release from https://github.com/thegeeklab/ansible-later/releases
rev: v3.0.2 hooks:- id: ansible-later {{< /highlight >}}