Merge pull request #199 from kurokobo/tips

docs: add description to use module in the playbook
This commit is contained in:
kurokobo 2023-03-29 10:33:44 +09:00 committed by GitHub
commit 25ffe92bd1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.