Skip to content

Commit

Permalink
Galaxy prep (#2)
Browse files Browse the repository at this point in the history
* Add files for pipeline to push to galaxy

* Lint issues

* Add ansible-lint

* exclude plugins dir

* lint issue
  • Loading branch information
steven-schattenberg-itential authored Nov 1, 2024
1 parent f033f07 commit 5667906
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions .ansible-lint
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
# .ansible-lint

# Exclude these files from the linter
exclude_paths:
- .git*
- plugins/

# Rules that we feel should not be errors but warnings
warn_list:
- yaml[line-length]
- var-naming[no-role-prefix]
- meta-runtime[unsupported-version]
- run-once[task]
2 changes: 1 addition & 1 deletion .github/workflows/updateChangelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: setup python
uses: actions/setup-python@v5
with:
python-version: 3.8 #install the python needed
python-version: 3.8 # install the python needed
- name: Install dependencies
run: |
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
Expand Down

0 comments on commit 5667906

Please sign in to comment.