From d5596785bc93b660dfa632ca79f0f6d3686aa458 Mon Sep 17 00:00:00 2001 From: L3D Date: Sun, 16 Jan 2022 18:19:28 +0100 Subject: [PATCH] update roles --- .ansible-lint | 4 +--- .github/workfows/ansible-linting-check.yml | 6 ++---- .yamllint | 1 + roles/do1jlr.gitea | 2 +- 4 files changed, 5 insertions(+), 8 deletions(-) diff --git a/.ansible-lint b/.ansible-lint index 3dd2321..4388174 100644 --- a/.ansible-lint +++ b/.ansible-lint @@ -1,7 +1,5 @@ +--- use_default_rules: true -#skip_list: -# - '106' # skip name formatting rule - exclude_paths: - roles/ diff --git a/.github/workfows/ansible-linting-check.yml b/.github/workfows/ansible-linting-check.yml index 41dcb97..a9155b5 100644 --- a/.github/workfows/ansible-linting-check.yml +++ b/.github/workfows/ansible-linting-check.yml @@ -16,7 +16,5 @@ jobs: uses: ansible/ansible-lint-action@master with: targets: "." - # [required] - # Paths to ansible files (i.e., playbooks, tasks, handlers etc..) - args: "" - # [optional] + override-deps: | + rich>=9.5.1,<11.0.0 diff --git a/.yamllint b/.yamllint index f69cdd3..f050e80 100644 --- a/.yamllint +++ b/.yamllint @@ -10,5 +10,6 @@ rules: ignore: | host_vars/mail01.l3d.space/vault.yml host_vars/web01.l3d.space/vault.yml + host_vars/luna.l3d.ch/vault.yml group_vars/all/vault.yml roles/ diff --git a/roles/do1jlr.gitea b/roles/do1jlr.gitea index 06eab17..ccd5582 160000 --- a/roles/do1jlr.gitea +++ b/roles/do1jlr.gitea @@ -1 +1 @@ -Subproject commit 06eab17b716dfe27ddf84c81e76cf0d2d74cd617 +Subproject commit ccd5582903d4de903b5cecfe64e208cdbc6bd142