Commit df13c147 authored by nimrod's avatar nimrod
Browse files

- First commit.

parents
Loading
Loading
Loading
Loading

.gitignore

0 → 100644
+5 −0
Original line number Diff line number Diff line
*~
~*
*.swp
*.swo
.DS_Store
+9 −0
Original line number Diff line number Diff line
-   repo: git://github.com/pre-commit/pre-commit-hooks
    sha: cf550fcab3f12015f8676b8278b30e1a5bc10e70
    hooks:
    -   id: check-added-large-files
    -   id: check-json
    -   id: check-xml
    -   id: check-yaml
    -   id: check-merge-conflict
    -   id: flake8

LICENSE.txt

0 → 100644
+661 −0

File added.

Preview size limit exceeded, changes collapsed.

README.rst

0 → 100644
+18 −0
Original line number Diff line number Diff line
Ansible pre-commit hook
#######################

Ansible `pre-commit <http://pre-commit.com/>`_ hook. The hook runs
:code:`ansible --syntax-check` against playbooks found.

Usage
-----

Add the following to your :code:`.pre-commit-config.yaml`:

.. :code: yaml

    - repo: https://www.shore.co.il/git/ansible-pre-commit/
      sha: v0.1.0
      hooks:
      - id: ansible-pre-commit
        files: playbook.yml

VERSION

0 → 100644
+1 −0
Original line number Diff line number Diff line
0.1.0
Loading