mirror of
https://github.com/zerwes/ansible-fqcn-converter.git
synced 2024-11-23 01:16:22 -06:00
added 'roles:' to _general_exclude_blocks_regex
This commit is contained in:
parent
0a778dfd86
commit
b04d0f2bbd
@ -93,6 +93,7 @@ _general_exclude_regex = [
|
||||
# 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'
|
||||
|
Loading…
Reference in New Issue
Block a user