Skip to content

Commit c6980a7

Browse files
authored
Merge pull request #38 from stackhpc/galaxy
Update docs for setting up openstack-config
2 parents 064a898 + 266f869 commit c6980a7

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

source/managing_users_and_projects.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,12 @@ To initialise the working environment for |project_config|:
1919
admin# source |base_path|/venvs/|project_config|/bin/activate
2020
admin# pip install -U pip
2121
admin# pip install -r requirements.txt
22-
admin# ansible-galaxy install \
22+
admin# ansible-galaxy role install \
2323
-p ansible/roles \
2424
-r requirements.yml
25+
admin# ansible-galaxy collection install \
26+
-p ansible/collections \
27+
-r requirements.yml
2528
2629
To define a new project, add a new project to
2730
etc/|project_config|/|project_config|.yml:

0 commit comments

Comments
 (0)