zuul/zuul/ansible
James E. Blair 4e5b0dedb9 Fix infinite recursion on action module import
Ansible imports our module with the name ansible.plugins.action.normal
(regardless of its actual path).  This line would then import the original
module, also under the same name, so it would overwrite ours.  Correct
this by importing the original with a unique name.  It's not actually
used anywhere anyway.

Change-Id: I5dd26e2f89399f991cebc23839a36e7aff47056c
2017-02-22 14:32:05 -05:00
..
action Fix infinite recursion on action module import 2017-02-22 14:32:05 -05:00
library Ansible launcher: move AFS publisher into a module 2016-11-07 14:32:52 -08:00
__init__.py Ansible launcher: add zuul_runner module 2016-05-12 11:37:19 -07:00
paths.py Fix infinite recursion on action module import 2017-02-22 14:32:05 -05:00