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
With register and assert it won't work, as we need to use `ignore_errors: true` on the task. `ignore_errors: true` does not work on roles or (or the `include_role`-tasks for that matter).
What we should instead do, is use Role argument validation and there sure that this variable is set. Then we don't need additional tests for that.
If you're fine with that, I'll create an issue for it.
What we should instead do, is use Role argument validation and there sure that this variable is set. Then we don't need additional tests for that.
If you're fine with that, I'll create an issue for it.
Originally posted by @rndmh3ro in #145 (comment)
The text was updated successfully, but these errors were encountered: