1
0
Fork 0
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:
Nathaniel Case 2017-04-17 13:18:34 -04:00
parent bbb9f3164c
commit e1dcc01d3a

View file

@ -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)