Moving from 1.8.1 to the new version of this role (2.0.0) I ran into the following error due to an undefined variable. I had to manually set this to null to bypass the error.
I have node/rnode enabled in-order to allow interactive apps to work. Do I need to set these pun hooks to something other then null?
https://github.com/OSC/ood-ansible/blob/b6d99d6358e95db7942a032d15c01b7c41036a86/templates/ood_portal.yml.j2#L316
https://github.com/OSC/ood-ansible/blob/b6d99d6358e95db7942a032d15c01b7c41036a86/defaults/main/ood_portal.yml#L63
Moving from 1.8.1 to the new version of this role (2.0.0) I ran into the following error due to an undefined variable. I had to manually set this to null to bypass the error.
I have node/rnode enabled in-order to allow interactive apps to work. Do I need to set these pun hooks to something other then null?