mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-26 12:21:26 -07:00
Remove get_exception from the remainder of the modules
This commit is contained in:
parent
18a088c64e
commit
bcd6dbcd65
7 changed files with 18 additions and 40 deletions
|
@ -9,13 +9,6 @@ def main():
|
|||
skip = set([
|
||||
'test/sanity/code-smell/%s' % os.path.basename(__file__),
|
||||
'lib/ansible/module_utils/pycompat24.py',
|
||||
'lib/ansible/module_utils/six/__init__.py',
|
||||
# the following files should be fixed and removed from this list
|
||||
'lib/ansible/modules/network/cloudengine/ce_file_copy.py',
|
||||
'lib/ansible/modules/network/panos/panos_dag_tags.py',
|
||||
'lib/ansible/modules/network/panos/panos_match_rule.py',
|
||||
'lib/ansible/modules/network/panos/panos_op.py',
|
||||
'lib/ansible/modules/system/sefcontext.py',
|
||||
])
|
||||
|
||||
basic_allow_once = True
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue