Fix formatting in shell_command documentation (#42159)

This commit is contained in:
Kamil Breguła 2025-12-07 09:22:54 +01:00 committed by GitHub
parent cc1ac28e32
commit ee6d2684e3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -144,6 +144,8 @@ shell_command:
get_file_contents: "cat {{ filename }}"
```
{% endraw %}
### Using SSH with shell_command
The `/root/.ssh` directory in the container is not persistent. Store your keys in `/config/.ssh` instead.