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
That is added by Koji, so if you try to pass URL in ansible without trailing slash it is always shown as changed. Probably the module should automatically add trailing slash regardless of what user wants...
The text was updated successfully, but these errors were encountered:
I'm hesitant to make the Ansible module too "smart" in this case. I'm thinking that we should just require the user to always set a value with a "slash" at the end if they want their play to be idempotent.
The documentation has this section:
- For idempotency, please ensure your url always ends with a "/"
character. If you leave it out, Koji Hub will automatically add a "/"
slash when storing this value in the database, and every subsequent
Ansible run will appear to be "changing" the external repo's URL.
That is added by Koji, so if you try to pass URL in ansible without trailing slash it is always shown as changed. Probably the module should automatically add trailing slash regardless of what user wants...
The text was updated successfully, but these errors were encountered: