appsembler / configuration

a simple, but flexible, way for anyone to stand up an instance of the edX platform that is fully configured and ready-to-go
GNU Affero General Public License v3.0
14 stars 13 forks source link

different approach on webpack-stats.json sync #366

Closed thraxil closed 3 years ago

thraxil commented 3 years ago

The synchronize and delegate_to involves too many interactions with SSH agents/config for me to debug right now.

This switches to an ugly, but simpler approach of fetching the files from the first server to a local /tmp directory, then copying them up to the other servers. fetch doesn't work right in a with_items loop, so there's some duplication.