Skip to content

Commit 18e2796

Browse files
committed
doc: use force and more verbose install commands
1 parent 7e25bfb commit 18e2796

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ This repository currently manages these services:
2424

2525
- check out this repository and `cd` into it
2626
- create a venv and activate it: `python -m venv venv && source venv/bin/activate`
27-
- install the python dependencies: `pip install -r requirements.txt`
28-
- install the external roles: `ansible-galaxy install -r requirements.yml`
29-
- install the external collections: `ansible-galaxy collection install -r requirements.yml`
27+
- install the python dependencies: `pip install --force --requirement requirements.txt`
28+
- install the external roles: `ansible-galaxy install --force --role-file requirements.yml`
29+
- install the external collections: `ansible-galaxy collection install --force --requirements-file requirements.yml`
3030
- Save the secret encryption password for ansible-vault under `./.vaultpass`
3131
- For alternative methods look here: <https://docs.ansible.com/ansible/latest/user_guide/vault.html>
3232

0 commit comments

Comments
 (0)