This commit is contained in:
Douglas Thor 2022-12-27 14:51:08 -08:00
parent 60bfafcf6b
commit 733973fe6c
No known key found for this signature in database
GPG Key ID: 811D308AA7C10FA2
1 changed files with 20 additions and 0 deletions

View File

@ -0,0 +1,20 @@
---
title: Pre-Commit
---
ansible-later can be used with the [pre-commit][pre-commit] framework:
<!-- prettier-ignore-start -->
<!-- markdownlint-disable -->
<!-- spellchecker-disable -->
{{< highlight yaml "linenos=table" >}}
- repo: https://github.com/thegeeklab/ansible-later
rev: v3.0.2 # or whatever tag you want
hooks:
- id: ansible-later
{{< /highlight >}}
<!-- spellchecker-enable -->
<!-- markdownlint-restore -->
<!-- prettier-ignore-end -->
[pre-commit]: https://pre-commit.com/