Skip to content

Commit

Permalink
new(requirements.txt): add requirements file for external modules and…
Browse files Browse the repository at this point in the history
… roles

Signed-off-by: Aldo Lacuku <aldo@lacuku.eu>
  • Loading branch information
alacuku committed Jul 24, 2023
1 parent 890d2a1 commit d1e352e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .ansible-lint
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,7 @@ profile: production # min, basic, moderate,safety, shared, production
# option are parsed relative to the CWD of execution.
exclude_paths:
- .github/

# Offline mode enables installation of requirements.yml and schema refreshing
# needed by the community collection
offline: false
4 changes: 4 additions & 0 deletions requirements.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
collections:
- name: community.docker

Check failure on line 3 in requirements.yml

View workflow job for this annotation

GitHub Actions / Ansible Lint

yaml[indentation]

Wrong indentation: expected at least 1
- name: community.crypto

Check failure on line 4 in requirements.yml

View workflow job for this annotation

GitHub Actions / Ansible Lint

yaml[new-line-at-end-of-file]

No new line character at the end of file

0 comments on commit d1e352e

Please sign in to comment.