Deployment from an archive ============================= ansible *Unarchive* deployment procedure Create the git archive -------------------------- First, let's create the git archive from the actes princier's repository git archive command:: git archive --format=tgz --prefix='datascience/' -o datascience.tgz Place the archive in your `files` folder ------------------------------------------- Application archive to be deployed shall be present in the `files` folder:: files/datascience.tgz