Skip to content

Commit

Permalink
updated readme to include galaxy version of infra.osbuild not github (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
resoluteCoder authored Jul 17, 2023
1 parent 439eb92 commit 3310800
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ To install this collection and its dependencies, you will need to use the
[Ansible](https://github.com/ansible/ansible) `ansible-galaxy` command:

```shell
ansible-galaxy collection install git+https://github.com/redhat-cop/infra.osbuild
ansible-galaxy collection install infra.osbuild
```

## How to use
Expand Down Expand Up @@ -154,4 +154,4 @@ ansible-test units --docker --python $PYTHON_VERSION $TEST_FILE_PATH
### Integration
```
ansible-test integration --remote rhel/$RHEL_VERSION $IMAGE_TYPE
```
```
2 changes: 1 addition & 1 deletion build_context/_build/requirements.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
collections:
- community.general
- ansible.posix
- git+https://github.com/redhat-cop/infra.osbuild.git
- infra.osbuild

0 comments on commit 3310800

Please sign in to comment.