Skip to content

web_deploy: use download_playbook function directly

Jérome Perrin requested to merge fix/mkdtemp into master

These scripts were re-implementing the download logic of download_playbook with the difference being using a different name for the temporary file, but we don't care about the temporary file name

Another difference was to edit slapcache.cfg once it is downloaded, this part, we need to keep it.

Merge request reports