print didn't work because verbosity, throw valueerror to see

pull/715/head
Steven Robertson 4 years ago
parent 9bd35adcfb
commit 139b9560bc

@ -383,8 +383,7 @@ class ActionModuleMixin(ansible.plugins.action.ActionBase):
# jjj
# what is going on!?
if 'synchronize' in module_name:
print('*' * 80)
print(module_name)
raise ValueError(module_name)
if module_name == 'ansible.posix.synchronize':
A

Loading…
Cancel
Save