mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02: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.basic import AnsibleModule
|
||||
|
||||
|
||||
def checkpoint(filename, module):
|
||||
commands = ['terminal dont-ask', 'checkpoint file %s' % filename]
|
||||
run_commands(module, commands)
|
||||
|
|
Loading…
Reference in a new issue