mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 05:12:45 +00:00
pep8 fix for Shippable
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user