-
Bug
-
Resolution: Duplicate
-
Major
-
3.14.0.GA
-
None
-
None
-
False
-
None
-
False
-
-
-
Customer Facing
Description of problem:
The merge of the following PR fails the ansible_dev_spaces demo:
https://github.com/openshift/community.okd/pull/225/checks
Prerequisites (if any, like setup, operators/versions):
Steps to Reproduce
Deploy the ansible_dev_spaces demo following the instructions
execute molecule test in a terminal in the specified extentions folder.
Actual results:
it fails in the converse phase:
PLAY [Converge] ****************************************************************
TASK [Gathering Facts] *********************************************************
An exception occurred during task execution. To see the full traceback, use -vvv. The error was: KeyError: 'Requested entry (plugin_type: connection plugin: ansible_collections.community.okd.plugins.connection.oc setting: oc_local_env_vars ) was not defined in configuration.'
fatal: [molecule-ubi8-init-1]: FAILED! => {"msg": "Unexpected failure during module execution: 'Requested entry (plugin_type: connection plugin: ansible_collections.community.okd.plugins.connection.oc setting: oc_local_env_vars ) was not defined in configuration.'", "stdout": ""}
PLAY RECAP *********************************************************************
molecule-ubi8-init-1 : ok=0 changed=0 unreachable=0 failed=1 skipped=0 rescued=0 ignored=0
Expected results:
No fails.
Reproducibility (Always/Intermittent/Only Once):
Always
Acceptance criteria:
Definition of Done:
Build Details:
Additional info (Such as Logs, Screenshots, etc):