cleaning
This commit is contained in:
parent
d7c7649d22
commit
d0be376e00
3 changed files with 0 additions and 34 deletions
3
roles/etherpad/.gitignore
vendored
3
roles/etherpad/.gitignore
vendored
|
@ -1,3 +0,0 @@
|
||||||
.molecule
|
|
||||||
.tox
|
|
||||||
molecule/*/.molecule
|
|
|
@ -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/
|
|
|
@ -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
|
|
Loading…
Reference in a new issue