Skip to content

Commit

Permalink
docs: update ansible requirements locally
Browse files Browse the repository at this point in the history
Motivation
----------
Without `--force` requirements are never updated to the latest version.

How to test
-----------
1. `ansible-galaxy list`
2. Follow the README.
3. `ansible-galaxy list` displays latest versions
  • Loading branch information
roschaefer authored and mattwr18 committed Oct 24, 2024
1 parent 98a96ed commit 89007bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ansible/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Our setup uses a number of community-maintained Ansibles roles. Install them using the `ansible-galaxy` command:

```
$ ansible-galaxy install -r ansible/requirements.yml
$ ansible-galaxy install -r ansible/requirements.yml --force
```

Generate configuration files:
Expand Down

0 comments on commit 89007bc

Please sign in to comment.