mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-23 05:10:22 -07:00
pep8 fix for Shippable
This commit is contained in:
parent
bbb9f3164c
commit
e1dcc01d3a
1 changed files with 1 additions and 0 deletions
|
@ -81,6 +81,7 @@ status:
|
||||||
from ansible.module_utils.nxos import nxos_argument_spec, run_commands
|
from ansible.module_utils.nxos import nxos_argument_spec, run_commands
|
||||||
from ansible.module_utils.basic import AnsibleModule
|
from ansible.module_utils.basic import AnsibleModule
|
||||||
|
|
||||||
|
|
||||||
def checkpoint(filename, module):
|
def checkpoint(filename, module):
|
||||||
commands = ['terminal dont-ask', 'checkpoint file %s' % filename]
|
commands = ['terminal dont-ask', 'checkpoint file %s' % filename]
|
||||||
run_commands(module, commands)
|
run_commands(module, commands)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue