Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ Ansible Collection to manage Nokia SR Linux devices. Documentation is provided a
Start with cloning the repo:

```bash
git clone git@github.com:nokia/srlinux-ansible-collection.git
cd srlinux-ansible-collection
git clone git@github.com:nokia/srlinux-ansible-integration.git
cd srlinux-ansible-integration
```

Deploy the lab to support the tests:
Expand Down
4 changes: 2 additions & 2 deletions galaxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,10 @@ dependencies:
"ansible.utils": ">=3.0.0"

# The URL of the originating SCM repository
repository: https://github.com/nokia/srlinux-ansible-collection
repository: https://github.com/nokia/srlinux-ansible-integration

# The URL to the collection issue tracker
issues: https://github.com/nokia/srlinux-ansible-collection/issues
issues: https://github.com/nokia/srlinux-ansible-integration/issues

# The URL to any online docs
documentation: https://learn.srlinux.dev/ansible/collection/
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[project]
name = "srlinux-ansible-collection"
name = "srlinux-ansible-integration"
version = "1.1.0"
description = "SR Linux Ansible Collection"
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading