Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .config/ansible-lint.yml → .ansible-lint
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
profile: production
exclude_paths:
- molecule
- tests/unit
- tests/sanity
- molecule
2 changes: 1 addition & 1 deletion ci/downstream.sh
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ f_prep()
# Files to copy downstream (relative repo root dir path)
_file_manifest=(
.gitignore
.ansible-lint
CHANGELOG.rst
galaxy.yml
LICENSE
Expand All @@ -77,7 +78,6 @@ f_prep()

# Directories to recursively copy downstream (relative repo root dir path)
_dir_manifest=(
.config
changelogs
ci
meta
Expand Down