chore (code): Lint fixes

This commit is contained in:
Laur Ivan 2023-01-12 11:41:47 +01:00
parent 8fbed72e1b
commit 37c5cb8db1
7 changed files with 5 additions and 12 deletions

View File

@ -4,6 +4,7 @@ extends: default
ignore: | ignore: |
molecule/**/tests/ molecule/**/tests/
.venv/
.github .github
.travis.yml .travis.yml

View File

@ -14,5 +14,3 @@ mealie_skeleton_paths:
# Documentation # Documentation
mealie_documentation_link: "https://git.laurivan.com/Dev/ansible-role-mealie/src/branch/main/README.md" mealie_documentation_link: "https://git.laurivan.com/Dev/ansible-role-mealie/src/branch/main/README.md"

View File

@ -13,16 +13,12 @@ galaxy_info:
- recipe - recipe
- docker - docker
platforms: platforms:
- name: Debian - name: Debian
versions: versions:
- bullseye - bullseye
- buster - buster
- name: Ubuntu - name: Ubuntu
versions: versions:
- bionic - bionic
- focal - focal
- jammy - jammy

View File

@ -35,4 +35,3 @@ provisioner:
converge: ${MOLECULE_PLAYBOOK:-converge.yml} converge: ${MOLECULE_PLAYBOOK:-converge.yml}
verifier: verifier:
name: ansible name: ansible

View File

@ -9,4 +9,3 @@
import_tasks: install.yml import_tasks: install.yml
tags: tags:
- mealie_install - mealie_install