mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
PEP8 compliancy for os_server_volume module (#32306)
This commit is contained in:
committed by
Ganesh Nalawade
parent
b456e637e0
commit
27694f6909
@@ -1,5 +1,5 @@
|
||||
#!/usr/bin/python
|
||||
#coding: utf-8 -*-
|
||||
# coding: utf-8 -*-
|
||||
|
||||
# Copyright (c) 2014 Hewlett-Packard Development Company, L.P.
|
||||
# GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt)
|
||||
@@ -88,6 +88,7 @@ def _system_state_change(state, device):
|
||||
return False
|
||||
return False
|
||||
|
||||
|
||||
def main():
|
||||
argument_spec = openstack_full_argument_spec(
|
||||
server=dict(required=True),
|
||||
|
||||
Reference in New Issue
Block a user