put ansible-lint in it's place
All checks were successful
ansible-lint / Ansible Lint (push) Successful in 13s
ansible-lint / Ansible Lint (pull_request) Successful in 11s

This commit is contained in:
Marius Alwan Meyer 2023-04-28 22:52:40 +00:00
parent af023c0487
commit d8e817c969
2 changed files with 6 additions and 1 deletions

6
.ansible-lint-ignore Normal file
View File

@ -0,0 +1,6 @@
# In den hier aufgelisteten Dateien sollen die dahinter stehenden
# Warnungen und Fehler von ansible-lint ignoriert werden.
tasks/main.yaml no-handler # Der Restart / Recreate Gitea Task ist gut dort, wo er ist
tasks/main.yaml name[template] # Es braucht zwei Templates, um den FQDN zusammenzusetzen.

View File

@ -1,4 +1,3 @@
# - name: Install Dependencies # - name: Install Dependencies
# apt: # apt:
# pkg: # pkg: