diff options
Diffstat (limited to 'lib/ansible/modules/web_infrastructure/jira.py')
-rwxr-xr-x | lib/ansible/modules/web_infrastructure/jira.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ansible/modules/web_infrastructure/jira.py b/lib/ansible/modules/web_infrastructure/jira.py index 7e58b5cfb1..64877f0f6e 100755 --- a/lib/ansible/modules/web_infrastructure/jira.py +++ b/lib/ansible/modules/web_infrastructure/jira.py @@ -417,7 +417,7 @@ def main(): # Dispatch try: - + # Lookup the corresponding method for this operation. This is # safe as the AnsibleModule should remove any unknown operations. thismod = sys.modules[__name__] |