commit | 4e5b0dedb9759e26edcd5a072d823034ae592640 | [log] [tgz] |
---|---|---|
author | James E. Blair <jeblair@redhat.com> | Wed Feb 22 13:40:53 2017 -0500 |
committer | James E. Blair <jeblair@redhat.com> | Wed Feb 22 14:32:05 2017 -0500 |
tree | 38401d47fcbafb1072028d7022e212fbe7280384 | |
parent | 5337c84b04becf4056a0efe4893416150d8c5c73 [diff] |
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