File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments