diff --git a/clc_ansible_module/clc_meta_fact.py b/clc_ansible_module/clc_meta_fact.py index 94cea46..402b0a9 100644 --- a/clc_ansible_module/clc_meta_fact.py +++ b/clc_ansible_module/clc_meta_fact.py @@ -64,7 +64,7 @@ def process_request(self): if params.get('jobId'): criteria += ' jobId: "' + params.get('jobId') + '" ' if params.get('executionId'): - criteria += ' jobId: "' + params.get('jobId') + '" ' + criteria += ' executionId: "' + params.get('executionId') + '" ' if params.get('name'): criteria += ' name: "' + params.get('name') + '" '