diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2018-05-23 17:47:39 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2018-05-23 17:47:39 -0300 |
commit | b4f3350f6a56fac5f10e3229b10307259a87188a (patch) | |
tree | f31c5e2076fb1c75bf3306b4fe51ed7b8d0098f4 /lib | |
parent | 7cab259815680f7a61218e3305d40b4fbad519a0 (diff) | |
download | hydra-b4f3350f6a56fac5f10e3229b10307259a87188a.tar.gz hydra-b4f3350f6a56fac5f10e3229b10307259a87188a.tar.bz2 |
Deploy: python3 dependency for ansible
Diffstat (limited to 'lib')
-rw-r--r-- | lib/hydra/deploy | 2 |
1 files changed, 1 insertions, 1 deletions
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" |