diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..c33eb3707f1f87af3db53017ede9d21a489eaf87 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +local +*.retry diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml new file mode 100644 index 0000000000000000000000000000000000000000..04b0b1367820d016942aef23069ee6c9dc2381af --- /dev/null +++ b/.pre-commit-config.yaml @@ -0,0 +1,9 @@ +- repo: https://github.com/willthames/ansible-lint.git + sha: v3.4.11 + hooks: + - id: ansible-lint + files: \.(yaml|yml)$ +- repo: https://github.com/pre-commit/pre-commit-hooks.git + sha: c847dd3f2e7260830b6fc66a6a3ed7a837e3bdb1 + hooks: + - id: trailing-whitespace