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: |
molecule/**/tests/
.venv/
.github
.travis.yml

View File

@ -14,5 +14,3 @@ mealie_skeleton_paths:
# Documentation
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
- docker
platforms:
- name: Debian
versions:
versions:
- bullseye
- buster
- name: Ubuntu
versions:
versions:
- bionic
- focal
- jammy

View File

@ -20,4 +20,4 @@
ansible.builtin.file:
path: "{{ mealie_config_path | expanduser | realpath }}/docker-compose.yml"
state: absent
when: docker_compose_file.stat.exists
when: docker_compose_file.stat.exists

View File

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

View File

@ -20,4 +20,4 @@
loop:
- "docker-compose.yml"
tags:
- mealie_configure
- mealie_configure

View File

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