Skip to content

Commit

Permalink
Update Linting and update meta info
Browse files Browse the repository at this point in the history
  • Loading branch information
DO1JLR committed Oct 12, 2023
1 parent 231bbdc commit ceb3811
Show file tree
Hide file tree
Showing 6 changed files with 26 additions and 582 deletions.
9 changes: 9 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
# See https://docs.github.com/en/github/administering-a-repository/configuration-options-for-dependency-updates
version: 2
updates:

- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
351 changes: 0 additions & 351 deletions .github/galaxy.svg

This file was deleted.

217 changes: 0 additions & 217 deletions .github/license.svg

This file was deleted.

20 changes: 10 additions & 10 deletions .github/workflows/ansible-linting-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,22 @@
name: Ansible Lint check

# yamllint disable-line rule:truthy
on:
push:
branches: '*'
pull_request:
branches: '*'
on: [push, pull_request]

jobs:
build:

name: Ansible Lint
runs-on: ubuntu-latest

steps:
- name: 'checkout git repo'
uses: actions/checkout@v3
uses: actions/checkout@v4.1.0
with:
lfs: true
submodules: true
fetch-depth: 0

- name: 'Lint Ansible Playbook'
uses: ansible/ansible-lint-action@v6
- name: Run ansible-lint
uses: ansible-actions/ansible-lint-action@v0.0.3
with:
targets: "."
target: "./"
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[![MIT License](https://raw.githubusercontent.com/roles-ansible/ansible_role_etebase/main/.github/license.svg)](https://github.com/roles-ansible/ansible_role_etebase/blob/main/LICENSE)
[![Galaxy](https://raw.githubusercontent.com/roles-ansible/ansible_role_etebase/main/.github/galaxy.svg)](https://galaxy.ansible.com/do1jlr/etebase)
[![Ansible Galaxy](https://ansible.l3d.space/svg/l3d.etebase.svg)](https://galaxy.ansible.com/ui/standalone/roles/roles-ansible/etebase/)
[![MIT License](https://ansible.l3d.space/svg/l3d.etebase_license.svg)](LICENSE)
[![Maintainance](https://ansible.l3d.space/svg/l3d.etebase_maintainance.svg)](https://ansible.l3d.space/#l3d.etebase)

Ansible role EteBase - EteSync 2.0 Server Backend
===================================================
Expand Down
6 changes: 4 additions & 2 deletions meta/main.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
---
galaxy_info:
role_name: etebase
author: do1jlr
author: l3d
namespace: l3d
description: Ansible role to Setup and Confugure Etebase - The Backend from EteSync 2.0.
license: "MIT"
min_ansible_version: "2.12"
min_ansible_version: "2.14"
platforms:
- name: Debian
versions: ['all']
Expand All @@ -25,4 +26,5 @@ galaxy_info:
- endtoend
- tasks
- calendar
- linux
dependencies: []

0 comments on commit ceb3811

Please sign in to comment.