From b1898ac36a115763e07f3eaf103f8bb5606d0e82 Mon Sep 17 00:00:00 2001 From: Russell Teague Date: Mon, 17 Apr 2017 13:30:21 -0400 Subject: Add Ansible syntax checks to tox --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tox.ini') diff --git a/tox.ini b/tox.ini index 1b02234e5..8678ff463 100644 --- a/tox.ini +++ b/tox.ini @@ -21,4 +21,4 @@ commands = yamllint: python setup.py yamllint generate_validation: python setup.py generate_validation # TODO(rhcarvalho): check syntax of other important entrypoint playbooks - ansible_syntax: ansible-playbook --syntax-check playbooks/byo/config.yml + ansible_syntax: python setup.py ansible_syntax -- cgit v1.2.1