Frzk / ansible-role-chrony

Ansible role to manage chrony.
Apache License 2.0
14 stars 8 forks source link

Installation problem #9

Closed mlg1 closed 3 years ago

mlg1 commented 3 years ago

Hi, Today I noticed that there is no archive to download from github. We have been using the role for several months and before we had no problem installing it.

$ ansible-galaxy install frzk.chrony -f
Starting galaxy role install process
- downloading role 'chrony', owned by frzk
- downloading role from https://github.com/Frzk/ansible-role-chrony/archive/master.tar.gz
 [ERROR]: failed to download the file: HTTP Error 404: Not Found
[WARNING]: - frzk.chrony was NOT installed successfully.
ERROR! - you can use --ignore-errors to skip failed roles and finish processing the list.
Frzk commented 3 years ago

Hi, I guess this is a consequence of me renaming the master branch to main. I just re-imported the role in Ansible Galaxy, I think it should fix your issue. Please let me know if it's not enough. Thanks for using this and for the report :)

mlg1 commented 3 years ago

Hello Now it works! Thanks!

Frzk commented 3 years ago

Glad to read this, thanks again for reporting the issue :)