This commit is contained in:
les 2020-09-29 00:16:51 +02:00
parent d7c7649d22
commit d0be376e00
3 changed files with 0 additions and 34 deletions

View file

@ -1,3 +0,0 @@
.molecule
.tox
molecule/*/.molecule

View file

@ -1,19 +0,0 @@
---
language: python
cache: pip
env:
- MOLECULE_DISTRO=debian10
- MOLECULE_DISTRO=debian9
- MOLECULE_DISTRO=ubuntu1804
- MOLECULE_DISTRO=ubuntu1604
install:
# Install test dependencies.
- pip install molecule docker ansible-lint yamllint
script:
- molecule test -s docker
notifications:
webhooks: https://galaxy.ansible.com/api/v1/notifications/

View file

@ -1,12 +0,0 @@
---
extends: default
rules:
braces:
max-spaces-inside: 1
level: error
brackets:
max-spaces-inside: 1
level: error
line-length: disable
truthy: disable