minor change to get rid of code inspection warnings
parent
c63bf938e9
commit
92df57453d
|
@ -104,7 +104,7 @@ else:
|
||||||
CLC_FOUND = True
|
CLC_FOUND = True
|
||||||
|
|
||||||
|
|
||||||
class ClcBlueprintPackage():
|
class ClcBlueprintPackage:
|
||||||
|
|
||||||
clc = clc_sdk
|
clc = clc_sdk
|
||||||
module = None
|
module = None
|
||||||
|
@ -133,9 +133,9 @@ class ClcBlueprintPackage():
|
||||||
:return: Returns with either an exit_json or fail_json
|
:return: Returns with either an exit_json or fail_json
|
||||||
"""
|
"""
|
||||||
p = self.module.params
|
p = self.module.params
|
||||||
|
changed = False
|
||||||
|
changed_server_ids = []
|
||||||
self._set_clc_credentials_from_env()
|
self._set_clc_credentials_from_env()
|
||||||
|
|
||||||
server_ids = p['server_ids']
|
server_ids = p['server_ids']
|
||||||
package_id = p['package_id']
|
package_id = p['package_id']
|
||||||
package_params = p['package_params']
|
package_params = p['package_params']
|
||||||
|
|
Loading…
Reference in New Issue