Skip to content
Snippets Groups Projects
Commit 33de642c authored by nimrod's avatar nimrod
Browse files

Merge branch 'feature/python_package'

parents 5c013993 848955e7
No related branches found
No related tags found
No related merge requests found
0.4.0 0.5.0
\ No newline at end of file
...@@ -2,9 +2,10 @@ ...@@ -2,9 +2,10 @@
- id: ansible-syntax-check - id: ansible-syntax-check
name: Syntax check Ansible playbooks name: Syntax check Ansible playbooks
description: Check Ansible playbooks for syntax errors. description: Check Ansible playbooks for syntax errors.
language: script language: python
entry: ansible-syntax-check entry: ansible-playbook
files: playbook.yml files: playbook.yml
args: ['--inventory=localhost,', '--syntax-check']
- id: ansible-vault-check - id: ansible-vault-check
name: Verify vaulted files name: Verify vaulted files
description: Verify that Ansible Vault files are vaulted. description: Verify that Ansible Vault files are vaulted.
......
ansible==2.2.0.0 ansible==2.2.1.0
pre-commit==0.9.3 pre-commit==0.11.0
piprot==0.9.7 piprot==0.9.7
from setuptools import setup
setup(
name='pre_commit_ansible_dummy_package',
version='0.1.0',
install_requires=['ansible==2.2.1.0'],
)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment