Skip to content

Commit

Permalink
Add collections
Browse files Browse the repository at this point in the history
  • Loading branch information
szepeviktor authored Jun 20, 2023
1 parent 48208d1 commit 2ce029d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
3 changes: 1 addition & 2 deletions .ansible-lint
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
---

# https://ansible.readthedocs.io/projects/lint/configuring/

profile: production
exclude_paths:
- .github/
enable_list:
- yaml
offline: false
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/.ansible-lint export-ignore
/.gitattributes export-ignore
/.github/ export-ignore
/requirements.yml export-ignore
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
- name: community.general

0 comments on commit 2ce029d

Please sign in to comment.