Compare commits

..

No commits in common. "main" and "v1.1.1" have entirely different histories.
main ... v1.1.1

8 changed files with 12 additions and 7 deletions

View File

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

View File

@ -2,8 +2,6 @@
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
### [1.1.2](https://git.laurivan.com/laur/ansible-role-mealie/compare/v1.1.1...v1.1.2) (2023-01-12)
### [1.1.1](https://git.laurivan.com/laur/ansible-role-mealie/compare/v1.1.0...v1.1.1) (2023-01-12)
## [1.1.0](https://git.laurivan.com/laur/ansible-role-mealie/compare/v1.0.0...v1.1.0) (2023-01-11)

View File

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

View File

@ -13,12 +13,16 @@ 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,3 +35,4 @@ 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,3 +9,4 @@
import_tasks: install.yml
tags:
- mealie_install