How to play a sound through the RPI speaker with Hass.io?

SOLVED:
Additional info on how to add/configure the mopidy AddOn:

In my setup the share directory was expected to be under /usr/share/hassio/
(All those different deployment models are quite confusing for a simple newbie like myself)

sudo mkdir -p /usr/share/hassio/share/mopidy/playlists 
sudo mkdir -p /usr/share/hassio/share/mopidy/media 

chrisV