You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
name: "{{ 'ondemand-dex' if ondemand_dex_package == 'latest' else ondemand-dex }}"
The variable name used ondemand-dex does not mach the expected one ondemand_dex_package . This breaks the playbook even if ondemand_dex_package is set to latest.
fatal: [ood-ubuntu-devel.scicore.unibas.ch]: FAILED! =>
msg: |-
The task includes an option with an undefined variable. The error was: 'ondemand' is undefined. 'ondemand' is undefined
The error appears to be in '/home/martin0009/ansible/playbooks/playbook-scicore-int/roles/osc.open_ondemand/tasks/install-package.yml': line 100, column 3, but may
be elsewhere in the file depending on the exact syntax problem.
The offending line appears to be:
- name: Install ondemand-dex
^ here
The text was updated successfully, but these errors were encountered:
Currently, if using
install_ondemand_dex: true
, playbook execution breaks at:ood-ansible/tasks/install-package.yml
Line 102 in 2698b08
The variable name used
ondemand-dex
does not mach the expected oneondemand_dex_package
. This breaks the playbook even ifondemand_dex_package
is set tolatest
.The text was updated successfully, but these errors were encountered: