OSC / ood-ansible

An ansible role for Open Ondemand
MIT License
30 stars 31 forks source link

'pun_pre_hook_root_cmd' is undefined #110

Closed nlvw closed 3 years ago

nlvw commented 3 years ago

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.

image

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?

johrstrom commented 3 years ago

No that's a bug from copying + pasting. Thanks for the ticket! I'll try to get it fixed today. pre hooks are unrelated to interactive apps.