Add .ansible-lint (#272)

* Add .ansible-lint

Signed-off-by: Alina Buzachis <abuzachis@redhat.com>

* Update

Signed-off-by: Alina Buzachis <abuzachis@redhat.com>

* Update

Signed-off-by: Alina Buzachis <abuzachis@redhat.com>

---------

Signed-off-by: Alina Buzachis <abuzachis@redhat.com>
This commit is contained in:
Alina Buzachis
2026-03-26 12:47:54 +01:00
committed by GitHub
parent c2f1d722dc
commit d30a349e2f
2 changed files with 3 additions and 2 deletions

View File

@@ -1,5 +1,6 @@
--- ---
profile: production profile: production
exclude_paths: exclude_paths:
- molecule - tests/unit
- tests/sanity - tests/sanity
- molecule

View File

@@ -64,6 +64,7 @@ f_prep()
# Files to copy downstream (relative repo root dir path) # Files to copy downstream (relative repo root dir path)
_file_manifest=( _file_manifest=(
.gitignore .gitignore
.ansible-lint
CHANGELOG.rst CHANGELOG.rst
galaxy.yml galaxy.yml
LICENSE LICENSE
@@ -77,7 +78,6 @@ f_prep()
# Directories to recursively copy downstream (relative repo root dir path) # Directories to recursively copy downstream (relative repo root dir path)
_dir_manifest=( _dir_manifest=(
.config
changelogs changelogs
ci ci
meta meta