Typo + skipping travis CI mechanism

This commit is contained in:
Faustin Lammler 2020-05-27 17:27:56 +02:00
parent e46b74521b
commit 7b289de42f
No known key found for this signature in database
GPG Key ID: 390A2F27832A5C79
2 changed files with 7 additions and 1 deletions

View File

@ -27,6 +27,12 @@ jobs:
- pre-commit run -c .travis-pre-commit-config.yaml -a
script:
- |
if ! git diff --name-only $TRAVIS_COMMIT_RANGE | grep -qvE '(.md)|^(LICENSE)|^(docs)'
then
echo "Only doc files were updated, not running the CI."
exit
fi
- export ANSIBLE_STRATEGY=mitogen_linear
- export ANSIBLE_STRATEGY_PLUGINS=${VIRTUAL_ENV}/lib/python${TRAVIS_PYTHON_VERSION}/site-packages/ansible_mitogen/plugins/strategy
- molecule --version

View File

@ -31,7 +31,7 @@ role does not require fact gathering.
## Role variables
Available variables are listed below, along with default values (see
[`defaults/main.yml`](./defaults/main.yml)):
[`defaults/main.yml`](./defaults/main.yml)).
### MariaDB version