From b4f3350f6a56fac5f10e3229b10307259a87188a Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Wed, 23 May 2018 17:47:39 -0300 Subject: Deploy: python3 dependency for ansible --- lib/hydra/deploy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/hydra/deploy b/lib/hydra/deploy index cd8483c..c61aa6d 100644 --- a/lib/hydra/deploy +++ b/lib/hydra/deploy @@ -5,7 +5,7 @@ function hydra_deploy_setup { # Common parameters # Exclude eventual keys and version control files #DEPLOY_DEPENDENCIES="puppet-common ruby-sqlite3 ruby-activerecord ruby-activerecord-deprecated-finders augeas-tools" - DEPLOY_DEPENDENCIES="rsync puppet-common hiera-eyaml" + DEPLOY_DEPENDENCIES="rsync puppet-common hiera-eyaml python3" DEPLOY_RSYNC="rsync -CrltDvpq --no-owner --exclude=/ssl --exclude=keys --exclude=site_keys --exclude=config/secrets --delete --rsync-path" RSYNC_PATH="rsync -q" -- cgit v1.2.3