0

我已经向galaxy.ansible.com 提交了一个角色

现在我已经对 Github 上的 README 文件进行了一些更改。

我如何告诉galaxy.ansible.com 重新阅读Github 存储库?

4

3 回答 3

0

要使更改的 Github 存储库生效,您需要使用新版本/标签标记您的 Github 存储库,如果存储库正确链接到您的 Galaxy 存储库,则标记完成后,更改也将反映在您的 Galaxy 存储库中。

您可以通过以下链接关注 ansible-galaxy 的发布流程:https ://galaxy.ansible.com/docs/developers/workflow.html#release-process

于 2018-10-23T04:09:54.447 回答
0

在@justjais 的指导下,答案是:

  1. git tag -a v1.0 abc123abc123提交 ID在哪里。
  2. git push --tags https://github.com/YOURUSER/YOURREPO
  3. 登录galaxy.ansible.com并单击update按钮。

编辑:Gundalow 打败了我。重新分配答案(应得的信用)。

于 2018-10-30T05:03:45.833 回答