mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 14:22:46 +00:00
removes unneeded exception
This commit is contained in:
committed by
Brian Coca
parent
a46c55b2dd
commit
cdb4d350b4
@@ -196,8 +196,3 @@ class AnsibleUndefinedVariable(AnsibleRuntimeError):
|
|||||||
class AnsibleFileNotFound(AnsibleRuntimeError):
|
class AnsibleFileNotFound(AnsibleRuntimeError):
|
||||||
''' a file missing failure '''
|
''' a file missing failure '''
|
||||||
pass
|
pass
|
||||||
|
|
||||||
class AnsibleModuleExit(Exception):
|
|
||||||
''' local module exit '''
|
|
||||||
def __init__(self, result):
|
|
||||||
self.result = result
|
|
||||||
|
|||||||
Reference in New Issue
Block a user