Closed
Conversation
Member
|
Repo has been renamed now by org maintainers |
Member
|
Closing as superseded by the merge of PR #13. Thank you @pasogott for the thoughtful approach here - creating a minimal URL-only PR as a prep step, properly noting the dependency on the repo rename, and crediting the original work in #12 and #13. That kind of coordination and attribution is exactly what makes open source work well. The URLs are now updated as part of the full rename merge. Appreciate your contribution! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Updates documentation and install script URLs to point at the upcoming repo name
openclaw/openclaw-ansible.Important: this should only be merged after the GitHub repository itself has been renamed from
clawdbot-ansibletoopenclaw-ansible(otherwise the links will 404).Lint note (local/Homebrew): if
ansible-lintcomplains about missing collections (e.g. it can't resolveansible.posix.authorized_key), run:ansible-galaxy collection install -r requirements.ymlOn some Homebrew setups you may also need to set
ANSIBLE_COLLECTIONS_PATHto include both the bundled collections path and your user collections path, e.g.:/opt/homebrew/.../site-packages/ansible_collections~/.ansible/collections/ansible_collectionsCredit: the repo-rename + OpenClaw rebrand work was originally raised/implemented in #12 by @steflsd (and a similar rebrand proposal exists in #13 by @olsonale). This PR is the minimal URL-only prep step.