|
|
|
@ -115,8 +115,7 @@ def get_commands(module, pkg, file_system):
|
|
|
|
commands.append('install activate {0}{1} force'.format(
|
|
|
|
commands.append('install activate {0}{1} force'.format(
|
|
|
|
file_system, pkg))
|
|
|
|
file_system, pkg))
|
|
|
|
command = 'show install committed'
|
|
|
|
command = 'show install committed'
|
|
|
|
install_body = execute_show_command(command, module,
|
|
|
|
install_body = execute_show_command(command, module)
|
|
|
|
command_type='cli_show_ascii')
|
|
|
|
|
|
|
|
if fixed_pkg not in install_body[0]:
|
|
|
|
if fixed_pkg not in install_body[0]:
|
|
|
|
commands.append('install commit {0}{1}'.format(file_system, pkg))
|
|
|
|
commands.append('install commit {0}{1}'.format(file_system, pkg))
|
|
|
|
|
|
|
|
|
|
|
|
|