stefangweichinger/ansible-rclone

Galaxy role is out of date

Closed this issue · 4 comments

PR #13 was merged here 4 months ago, adding support for the beta releases, but Galaxy hasn't been triggered to import the new version of the role.

Please tag a GitHub release and import into Galaxy.

Though if you want, it looks like Travis-CI integration webhooks are how Galaxy does automatic updates here.

thanks for the pointer, did some release:
https://github.com/stefangweichinger/ansible-rclone/releases/tag/v1.42

Will look up how to do the next steps, for now I consider the webhook-method a bit of an overkill (?)

Thank you. On your Galaxy login, there will be My Content listing your roles. "Import" this role again to pick up the newest commit, it may also grab the GitHub release version, not sure.

As for webhooks, you already have it half-way set up though.
You've already got the code in .travis.yml:

notifications:
  webhooks:
    urls:
      - https://galaxy.ansible.com/api/v1/notifications
    on_success: always
    on_failure: never

Since it isn't working, the Travis-CI build just needs to be set up:

  1. Your Travis-CI account auth token must be missing from the repo settings, and
  2. Travis doesn't have the repo made here.

Thanks for the help, I can't even remember any galaxy login ;-) ... that was long ago.
I will try my best to get that working.

Re-imported role into galaxy so you can use it from there now.
That Travis-CI-issue ... I logged in there but didn't understand that fully yet ... but at least I created the repo in there, maybe that's enough already?