]> gitweb.fluxo.info Git - hydra.git/commitdiff
Deploy: python3 dependency for ansible
authorSilvio Rhatto <rhatto@riseup.net>
Wed, 23 May 2018 20:47:39 +0000 (17:47 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Wed, 23 May 2018 20:47:39 +0000 (17:47 -0300)
lib/hydra/deploy

index cd8483cb6ca36f5456f1b7dd7de36dce3f5fa6e0..c61aa6d7ea7e1f02b4e8008e53d6e8a78fbae5c1 100644 (file)
@@ -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"