Skip to content

Commit 3af3aac

Browse files
authored
Fix #1256: Igore YAML indentation on changelog yaml file (#1257)
1 parent 40ff3ed commit 3af3aac

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed

.ansible-lint-ignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
# This file contains ignores rule violations for ansible-lint
22
changelogs/fragments/ yaml[comments]
3+
changelogs/changelog.yaml yaml[indentation]

CHANGELOG.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ Minor Changes
1919
- Get ansible-lint passing again (sequence after `#1241 <https://github.com/netbox-community/ansible_modules/issues/1241>`_) `#1243 <https://github.com/netbox-community/ansible_modules/issues/1243>`_
2020
- Update CI process to follow Ansible Collection Standards `#1247 <https://github.com/netbox-community/ansible_modules/issues/1247>`_
2121
- Update CI to use master instead of main. `#1253 <https://github.com/netbox-community/ansible_modules/issues/1253>`_
22+
- Update ansible-lint to ignore changelog file for yaml indentation. `#1256 <https://github.com/netbox-community/ansible_modules/issues/1256>`_
2223
- Update top-level README with new minimum Ansible version (sequence after `#1241 <https://github.com/netbox-community/ansible_modules/issues/1241>`_ `#1244 <https://github.com/netbox-community/ansible_modules/issues/1244>`_
2324
- Updated CI to only run changelog job if PR into devel branch is detected. `#1251 <https://github.com/netbox-community/ansible_modules/issues/1251>`_
2425
- Updated CI to support NetBox 4.0 `#1230 <https://github.com/netbox-community/ansible_modules/pull/1230>`_

changelogs/changelog.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -726,6 +726,8 @@ releases:
726726
`#1243 <https://github.com/netbox-community/ansible_modules/issues/1243>`_
727727
- Update CI process to follow Ansible Collection Standards `#1247 <https://github.com/netbox-community/ansible_modules/issues/1247>`_
728728
- Update CI to use master instead of main. `#1253 <https://github.com/netbox-community/ansible_modules/issues/1253>`_
729+
- Update ansible-lint to ignore changelog file for yaml indentation. `#1256
730+
<https://github.com/netbox-community/ansible_modules/issues/1256>`_
729731
- Update top-level README with new minimum Ansible version (sequence after `#1241
730732
<https://github.com/netbox-community/ansible_modules/issues/1241>`_ `#1244
731733
<https://github.com/netbox-community/ansible_modules/issues/1244>`_
@@ -739,6 +741,7 @@ releases:
739741
- housekeeping.yml
740742
- issue_1249.yml
741743
- issue_1253.yml
744+
- issue_1256.yml
742745
release_date: '2024-05-28'
743746
3.2.0:
744747
changes:

0 commit comments

Comments
 (0)