summaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorRussell Teague <rteague@redhat.com>2017-04-17 13:30:21 -0400
committerRussell Teague <rteague@redhat.com>2017-04-19 15:22:36 -0400
commitb1898ac36a115763e07f3eaf103f8bb5606d0e82 (patch)
treed8172681c71090828f02746a4c81d7ef26db9c2c /tox.ini
parent9ace041daaf1bca509f21499b812f4f3e96fdd80 (diff)
downloadopenshift-b1898ac36a115763e07f3eaf103f8bb5606d0e82.tar.gz
openshift-b1898ac36a115763e07f3eaf103f8bb5606d0e82.tar.bz2
openshift-b1898ac36a115763e07f3eaf103f8bb5606d0e82.tar.xz
openshift-b1898ac36a115763e07f3eaf103f8bb5606d0e82.zip
Add Ansible syntax checks to tox
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
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