mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-01 00:03:10 +00:00
Hopefully clear up some junos issues. (#17616)
This commit is contained in:
@@ -139,7 +139,6 @@ class CommandRunner(object):
|
||||
|
||||
self._default_output = module.connection.default_output
|
||||
|
||||
|
||||
def add_command(self, command, output=None, prompt=None, response=None,
|
||||
**kwargs):
|
||||
if command in [str(c) for c in self.commands]:
|
||||
@@ -185,6 +184,7 @@ class CommandRunner(object):
|
||||
errmsg = 'One or more conditional statements have not been satisfied'
|
||||
raise FailedConditionsError(errmsg, failed_conditions)
|
||||
|
||||
|
||||
class Conditional(object):
|
||||
"""Used in command modules to evaluate waitfor conditions
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user