Quotes / SSH and Docker / Shell Commands

Hello Dear Community,

I would like to know how to use quotes when I would like to run a shell command trough SSH from Supervised Docker installation.

Here is my shell command:

/usr/bin/ssh -i /config/ssh/id_rsa -o UserKnownHostsFile=/config/ssh/known_hosts [email protected] /bin/bash /usr/share/hassio/homeassistant/media/download.sh {{movie}} 1

I tried about 25 way how to do it, but none of them works, I always get Return code 1.

Please give me Ideas how should I edit it.

Thank you.

Solution was “{{ trigger.event.data[‘movie’] }}”