mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-25 22:30:22 -07:00
minor change to get rid of code inspection warnings
This commit is contained in:
parent
c63bf938e9
commit
92df57453d
1 changed files with 3 additions and 3 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue