fix: Linting.

This commit is contained in:
Laur Ivan 2023-01-12 13:55:59 +01:00
parent 1cbc2b9bcb
commit 477611e3e2
7 changed files with 6 additions and 14 deletions

View File

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

View File

@ -16,5 +16,3 @@ flame_skeleton_paths:
# Documentation
flame_documentation_link: ""

View File

@ -3,7 +3,6 @@
galaxy_info:
author: Laur Ivan (laur.ivan@gmail.com)
namespace: laurivan
role_name: flame
description: Flame Role
min_ansible_version: 2.4
@ -14,16 +13,12 @@ galaxy_info:
- docker
- dashboard
platforms:
- name: Debian
versions:
versions:
- bullseye
- buster
- name: Ubuntu
versions:
versions:
- bionic
- focal
- jammy

View File

@ -34,5 +34,4 @@ provisioner:
playbooks:
converge: ${MOLECULE_PLAYBOOK:-converge.yml}
verifier:
name: ansible
name: ansible

View File

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

View File

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

View File

@ -9,6 +9,6 @@ services:
ports:
- "{{ flame_port }}:5005"
environment:
- PASSWORD="{{ flame_password }}"
- PASSWORD={{ flame_password }}
restart: unless-stopped