Changing extension of the collections requirement file to .yml
The ansible-collections-requirements.yml was referred to as ansible-collections-requirements.txt in the developer guide, which caused failure of the relevant command. Signed-off-by: Jiri Podivin <jpodivin@redhat.com> Change-Id: Ie1b53393f51e5dd199333b9343bd5a7d2068c574
This commit is contained in:
parent
35491bd29a
commit
80620c5a7c
@ -754,7 +754,7 @@ of the python dependencies in a virtual environment.
|
||||
(test-python) $ python3 -m pip install -r requirements.txt \
|
||||
-r test-requirements.txt \
|
||||
-r molecule-requirements.txt
|
||||
(test-python) $ ansible-galaxy install -fr ansible-collections-requirements.txt
|
||||
(test-python) $ ansible-galaxy install -fr ansible-collections-requirements.yml
|
||||
|
||||
|
||||
Now, it is important to install `validations-common` and `tripleo-ansible` as
|
||||
|
Loading…
Reference in New Issue
Block a user