mirror of
https://opendev.org/openstack/ansible-collections-openstack.git
synced 2026-05-06 21:33:07 +00:00
Fix F841 and remove exclusion
Change-Id: I92802ced580d42781cfd875389daa232aa8a64a5
This commit is contained in:
@@ -121,7 +121,6 @@ def main():
|
||||
|
||||
sdk, cloud = openstack_cloud_from_module(module)
|
||||
|
||||
changed = False
|
||||
state = module.params['state']
|
||||
resource_name = module.params['resource_name']
|
||||
resource_type = module.params['resource_type']
|
||||
|
||||
Reference in New Issue
Block a user