Skip to content

Commit e643ed7

Browse files
committed
fix lint errors
1 parent b251718 commit e643ed7

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

.github/workflows/publish_ansible_collection.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ name: Publish Ansible Galaxy Collection
33

44
on:
55
push:
6-
tags:
7-
- "*"
6+
tags:
7+
- "*"
88

99
jobs:
1010
publish-collection:

.github/workflows/updateChangelog.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ name: Run changelog Script
33

44
on:
55
push:
6-
tags:
7-
- "*"
6+
tags:
7+
- "*"
88

99
jobs:
1010
updateChangelog:
@@ -17,7 +17,7 @@ jobs:
1717
- name: setup python
1818
uses: actions/setup-python@v5
1919
with:
20-
python-version: 3.8 #install the python needed
20+
python-version: 3.8 # install the python needed
2121
- name: Install dependencies
2222
run: |
2323
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi

plugins/modules/include_vars.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@
3636

3737

3838
EXAMPLES = """
39-
- name: Include all files from config
40-
itential.core.include_vars:
41-
name: config
42-
path: path/to/files
39+
- name: Include all files from config
40+
itential.core.include_vars:
41+
name: config
42+
path: path/to/files
4343
"""

0 commit comments

Comments
 (0)