Skip to content

Commit

Permalink
Set conga_aemdst_response_test_expected_url_overrides to be not manda…
Browse files Browse the repository at this point in the history
…tory
  • Loading branch information
Tobias Richter committed Dec 18, 2019
1 parent 69f3169 commit db5c94d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action_plugins/conga_aemdst_facts.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def run(self, tmp=None, task_vars=None):
try:
# Get conga_facts based config (whole or tenant config)
config = self._get_arg_or_var('conga_config')
expected_url_overrides = self._get_arg_or_var('conga_aemdst_response_test_expected_url_overrides',[])
expected_url_overrides = self._get_arg_or_var('conga_aemdst_response_test_expected_url_overrides', [], False)

except AnsibleOptionsError as err:
return self._fail_result(result, err.message)
Expand Down

0 comments on commit db5c94d

Please sign in to comment.