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

View File

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

View File

@ -3,7 +3,6 @@
galaxy_info: galaxy_info:
author: Laur Ivan (laur.ivan@gmail.com) author: Laur Ivan (laur.ivan@gmail.com)
namespace: laurivan namespace: laurivan
role_name: flame role_name: flame
description: Flame Role description: Flame Role
min_ansible_version: 2.4 min_ansible_version: 2.4
@ -14,16 +13,12 @@ galaxy_info:
- docker - docker
- dashboard - dashboard
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:
- flame_install - flame_install

View File

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