Compare commits
2 Commits
44d8076bdb
...
442980ad88
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
442980ad88 | ||
|
|
50fdbd23fd |
@@ -49,3 +49,8 @@ jobs:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Run ansible-lint
|
||||
uses: ansible/ansible-lint@main # or version tag instead of 'main'
|
||||
with:
|
||||
# args: ""
|
||||
setup_python: "true"
|
||||
working_directory: ""
|
||||
requirements_file: "roles/requirements.yml"
|
||||
|
||||
14
roles/requirements.yml
Normal file
14
roles/requirements.yml
Normal file
@@ -0,0 +1,14 @@
|
||||
---
|
||||
collections:
|
||||
- azure.azcollection
|
||||
- ansible.windows
|
||||
- community.windows
|
||||
- community.general
|
||||
- tribe29.checkmk
|
||||
- ansible.posix
|
||||
- awx.awx
|
||||
- cisco.ios
|
||||
- microsoft.ad
|
||||
- arubanetworks.aos_switch
|
||||
- ansible.netcommon
|
||||
- community.docker
|
||||
Reference in New Issue
Block a user