tripleo-quickstart-extras/ci-scripts
Sagi Shnaidman 69ad943add Add ansible linter rule for set pipefail
When using pipes in ansible shell module we can miss the error
because shell is executing without pipefail by default.
This rule will check every shell module if it has "set -e pipefail"
and will fail in case if not.
It excludes tasks which have 'ignore_errors: true' or register
variables.

Change-Id: I394c72040d62dff76180aeb9d703bb8a212bcc98
2018-04-26 21:32:24 +03:00
..
ansible_rules Add ansible linter rule for set pipefail 2018-04-26 21:32:24 +03:00
ansible-lint.sh Add ansible linter rule for set pipefail 2018-04-26 21:32:24 +03:00
releasenotes_tox.sh Adds a Bashate target to tox.ini. 2017-02-07 12:23:45 +01:00
validate_jinja2.py Fix path of working dir for Jinja linters 2017-03-19 23:54:51 +02:00