From 80620c5a7ca8fa68b330f1eae59680fb6f8e3bfe Mon Sep 17 00:00:00 2001 From: Jiri Podivin Date: Mon, 24 Jan 2022 13:56:57 +0100 Subject: [PATCH] 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 Change-Id: Ie1b53393f51e5dd199333b9343bd5a7d2068c574 --- doc/source/contributing/developer_guide.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/contributing/developer_guide.rst b/doc/source/contributing/developer_guide.rst index 1934ac866..77bfcd19b 100644 --- a/doc/source/contributing/developer_guide.rst +++ b/doc/source/contributing/developer_guide.rst @@ -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