diff --git a/.github/dependabot.yml b/.github/dependabot.yml
new file mode 100644
index 0000000..dde6f4a
--- /dev/null
+++ b/.github/dependabot.yml
@@ -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"
diff --git a/.github/galaxy.svg b/.github/galaxy.svg
deleted file mode 100644
index 80490fd..0000000
--- a/.github/galaxy.svg
+++ /dev/null
@@ -1,351 +0,0 @@
-
-
diff --git a/.github/license.svg b/.github/license.svg
deleted file mode 100644
index 4ab6d9a..0000000
--- a/.github/license.svg
+++ /dev/null
@@ -1,217 +0,0 @@
-
-
diff --git a/.github/workflows/ansible-linting-check.yml b/.github/workflows/ansible-linting-check.yml
index 150e908..00f12c7 100644
--- a/.github/workflows/ansible-linting-check.yml
+++ b/.github/workflows/ansible-linting-check.yml
@@ -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: "./"
diff --git a/README.md b/README.md
index bb3fb70..a595aca 100644
--- a/README.md
+++ b/README.md
@@ -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
===================================================
diff --git a/meta/main.yml b/meta/main.yml
index 45e0f89..ad92eae 100644
--- a/meta/main.yml
+++ b/meta/main.yml
@@ -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']
@@ -25,4 +26,5 @@ galaxy_info:
- endtoend
- tasks
- calendar
+ - linux
dependencies: []