Skip to content

Commit

Permalink
added 'roles:' to _general_exclude_blocks_regex
Browse files Browse the repository at this point in the history
  • Loading branch information
zerwes committed Aug 30, 2024
1 parent e9394a4 commit 24137d2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fqcn-fixer.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ def increase_indent(self, flow=False, *dargs, **dkwargs): # pylint: disable=keyw
# list of starting regex to exclude complete subsequent blocks
_general_exclude_blocks_regex = [
re.compile(r'\s*-*\s*vars:$'),
re.compile(r'\s*-*\s*roles:$'),
]

required_fqcnconverter_file_version = '0.1.2'
Expand Down

0 comments on commit 24137d2

Please sign in to comment.