Skip to content
Snippets Groups Projects
Commit 91e370f0 authored by nimrod's avatar nimrod
Browse files

Updates.

- Update to the latest version of Ansible.
- Update to local pre-commit checks.
parent 04ffafba
No related branches found
No related tags found
No related merge requests found
- repo: git://github.com/pre-commit/pre-commit-hooks repos:
sha: cf550fcab3f12015f8676b8278b30e1a5bc10e70 - repo: https://github.com/pre-commit/pre-commit-hooks
rev: v1.4.0
hooks: hooks:
- id: check-added-large-files - id: check-added-large-files
- id: check-yaml - id: check-yaml
- id: check-merge-conflict - id: check-merge-conflict
- id: flake8 - id: flake8
- repo: https://www.shore.co.il/git/shell-pre-commit/ - repo: https://www.shore.co.il/git/shell-pre-commit/
sha: v0.1.0 rev: v0.6.0
hooks: hooks:
- id: shell-lint - id: shell-lint
files: ansible-vault-check files: ansible-vault-check
...@@ -7,5 +7,5 @@ setup( ...@@ -7,5 +7,5 @@ setup(
author='Nimrod Adar', author='Nimrod Adar',
author_email='nimrod@shore.co.il', author_email='nimrod@shore.co.il',
version=open('VERSION', 'r').read().strip(), version=open('VERSION', 'r').read().strip(),
install_requires=['ansible==2.3.1.0'], install_requires=['ansible==2.6.2'],
) )
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment