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
I noticed that a playbook that was passing the tests actually failed to deploy on Research Cloud due to the way that parameters seem to be handled: what was really a string value 'true' on SRC was a boolean true in our molecule setup. This caused the parameters to be handled differently in the role (security_updates). I will research if we can get rid of this discrepancy, or else document that string values should be used for parameters in our tests.
The text was updated successfully, but these errors were encountered:
I noticed that a playbook that was passing the tests actually failed to deploy on Research Cloud due to the way that parameters seem to be handled: what was really a string value
'true'
on SRC was a booleantrue
in our molecule setup. This caused the parameters to be handled differently in the role (security_updates
). I will research if we can get rid of this discrepancy, or else document that string values should be used for parameters in our tests.The text was updated successfully, but these errors were encountered: