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
roles that use delegation will fail with ansible-bender out of the box probably due to ansible-bender not using the default inventory. This is something the user should be aware of.
I'm not sure where and how this should be mentioned in the docu or if there are workarounds for that problem and how they'd look like (it can certainly be hacked somehow...).
I'd propose a section in the README.md after the "Features" section:
### Gotchas
Since ansible-bender is creating its own inventory at runtime, roles that use `delegate_to:` will probably fail to work as intended.
I'd suggest to add the same section to the document front page right after the "Features" section.
What do you think of this?
The text was updated successfully, but these errors were encountered:
hi Tome, thank you for your time opening this issue
I recall there was also some other issue related to roles that make them not work correctly - this is indeed something that should be fixed or even improved; starting with mentioning this in the readme sounds like a great start. If you have time, please open such PR and I'd be glad to merge it.
roles that use delegation will fail with ansible-bender out of the box probably due to ansible-bender not using the default inventory. This is something the user should be aware of.
I'm not sure where and how this should be mentioned in the docu or if there are workarounds for that problem and how they'd look like (it can certainly be hacked somehow...).
I'd propose a section in the README.md after the "Features" section:
I'd suggest to add the same section to the document front page right after the "Features" section.
What do you think of this?
The text was updated successfully, but these errors were encountered: