Here's the command that ansible mentions that fails, you can see I can import it with no issues:
(juniper1) aarriola@linux:~$ python Python 2.7.3 (default, Oct 26 2016, 21:04:23) [GCC 4.6.3] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> from ansible.plugins.action.normal import ActionModule as ActionNormal >>> globals()['ActionNormal'] <class 'ansible.plugins.action.normal.ActionModule'> -- You received this message because you are subscribed to the Google Groups "Ansible Project" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/a14e945a-076d-4d60-8010-022d9dd09ff2%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
