|
|
@ -301,7 +301,7 @@ class AnsibleCoreCI(object):
|
|
|
|
)
|
|
|
|
)
|
|
|
|
|
|
|
|
|
|
|
|
if self.connection.password:
|
|
|
|
if self.connection.password:
|
|
|
|
display.sensitive.add(self.connection.password)
|
|
|
|
display.sensitive.add(str(self.connection.password))
|
|
|
|
|
|
|
|
|
|
|
|
status = 'running' if self.connection.running else 'starting'
|
|
|
|
status = 'running' if self.connection.running else 'starting'
|
|
|
|
|
|
|
|
|
|
|
@ -453,7 +453,7 @@ class AnsibleCoreCI(object):
|
|
|
|
:type config: dict[str, str]
|
|
|
|
:type config: dict[str, str]
|
|
|
|
:rtype: bool
|
|
|
|
:rtype: bool
|
|
|
|
"""
|
|
|
|
"""
|
|
|
|
self.instance_id = config['instance_id']
|
|
|
|
self.instance_id = str(config['instance_id'])
|
|
|
|
self.endpoint = config['endpoint']
|
|
|
|
self.endpoint = config['endpoint']
|
|
|
|
self.started = True
|
|
|
|
self.started = True
|
|
|
|
|
|
|
|
|
|
|
|