We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 064a898 + 266f869 commit c6980a7Copy full SHA for c6980a7
source/managing_users_and_projects.rst
@@ -19,9 +19,12 @@ To initialise the working environment for |project_config|:
19
admin# source |base_path|/venvs/|project_config|/bin/activate
20
admin# pip install -U pip
21
admin# pip install -r requirements.txt
22
- admin# ansible-galaxy install \
+ admin# ansible-galaxy role install \
23
-p ansible/roles \
24
-r requirements.yml
25
+ admin# ansible-galaxy collection install \
26
+ -p ansible/collections \
27
+ -r requirements.yml
28
29
To define a new project, add a new project to
30
etc/|project_config|/|project_config|.yml:
0 commit comments