If applications provide a custom requirements.yaml
the script should use the same, instead of the default requirements.yaml
Change-Id: I4ef8b9d4754b6c11c17101cf33f672feddde4fa5
Signed-off-by: Faseela K <faseela.k@ericsson.com>
ansible-galaxy install -p "$ANSIBLE_ROLES_PATH" -r "$SCRIPT_DIR/requirements.yaml"
if [ -f "$ANSIBLE_REQUIREMENTS_FILE" ]; then
- ansible-galaxy install -p "$ANSIBLE_ROLES_PATH" -r "requirements.yaml"
-fi
+ ansible-galaxy install -p "$ANSIBLE_ROLES_PATH" -r "$ANSIBLE_REQUIREMENTS_FILE"
+fi
\ No newline at end of file