Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
d02ac6c132 | |||
37c5cb8db1 |
@ -4,6 +4,7 @@ extends: default
|
||||
|
||||
ignore: |
|
||||
molecule/**/tests/
|
||||
.venv/
|
||||
.github
|
||||
.travis.yml
|
||||
|
||||
|
@ -2,6 +2,8 @@
|
||||
|
||||
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)
|
||||
|
@ -14,5 +14,3 @@ mealie_skeleton_paths:
|
||||
|
||||
# Documentation
|
||||
mealie_documentation_link: "https://git.laurivan.com/Dev/ansible-role-mealie/src/branch/main/README.md"
|
||||
|
||||
|
||||
|
@ -13,16 +13,12 @@ galaxy_info:
|
||||
- recipe
|
||||
- docker
|
||||
platforms:
|
||||
|
||||
- name: Debian
|
||||
versions:
|
||||
versions:
|
||||
- bullseye
|
||||
- buster
|
||||
|
||||
|
||||
- name: Ubuntu
|
||||
versions:
|
||||
versions:
|
||||
- bionic
|
||||
- focal
|
||||
- jammy
|
||||
|
||||
|
@ -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
|
||||
|
@ -35,4 +35,3 @@ provisioner:
|
||||
converge: ${MOLECULE_PLAYBOOK:-converge.yml}
|
||||
verifier:
|
||||
name: ansible
|
||||
|
||||
|
@ -20,4 +20,4 @@
|
||||
loop:
|
||||
- "docker-compose.yml"
|
||||
tags:
|
||||
- mealie_configure
|
||||
- mealie_configure
|
||||
|
@ -9,4 +9,3 @@
|
||||
import_tasks: install.yml
|
||||
tags:
|
||||
- mealie_install
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user