From b834004c0a346fae8d3b08d00de0f3ebf7c03c61 Mon Sep 17 00:00:00 2001 From: kurokobo <2920259+kurokobo@users.noreply.github.com> Date: Tue, 21 Mar 2023 01:13:38 +0900 Subject: [PATCH] docs: add description to use module in the playbook --- tips/troubleshooting.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tips/troubleshooting.md b/tips/troubleshooting.md index 0b8ffac..4ac9c0e 100644 --- a/tips/troubleshooting.md +++ b/tips/troubleshooting.md @@ -435,4 +435,4 @@ fatal: [localhost]: FAILED! => {"changed": false, "msg": "Failed to import the r ... ``` -To solve this, refer [the guide about Execution Environment on this repository](../builder). +To solve this, you can build your own Execution Image, or place `requirements.yml` on the specific path in your project. Refer to [the guide about Execution Environment on this repository](../builder) for details.