Skip to content

Commit

Permalink
updating install-notes because of broken ansible-galaxy-ng
Browse files Browse the repository at this point in the history
  • Loading branch information
ansibleguy committed Nov 28, 2023
1 parent 30b7611 commit 9474978
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@ Feel free to contribute to this project using [pull-requests](https://github.com
Install the collection:

```bash
# stable/tested version:
ansible-galaxy collection install ansibleguy.systemd

# latest version:
ansible-galaxy collection install git+https://github.com/ansibleguy/collection_systemd.git

# stable/tested version:
ansible-galaxy collection install ansibleguy.systemd

# install to specific directory for easier development
cd $PLAYBOOK_DIR
ansible-galaxy collection install git+https://github.com/ansibleguy/collection_systemd.git -p ./collections
Expand Down

0 comments on commit 9474978

Please sign in to comment.