bywatersolutions / koha-sandboxes-docker

A Koha sandbox system that only requires Docker to be installed on the sandbox host server.
6 stars 3 forks source link

Fix copy module parameter #42

Closed a-roussos closed 3 years ago

a-roussos commented 3 years ago

update is not a valid parameter for the copy module (used in the "Install koha git config" Ansible handler).

Use force instead.

This should make ./setup-sandbox-server.sh happy 😄

Fixes #41