Allow ubuntu group access to release
This commit is contained in:
parent
68ed4ebcf0
commit
7db4d51c1a
|
@ -151,6 +151,7 @@
|
||||||
ansistrano_get_url = "https://github.com/tus/tusd/releases/download/0.1.2/tusd_linux_amd64.tar.gz"
|
ansistrano_get_url = "https://github.com/tus/tusd/releases/download/0.1.2/tusd_linux_amd64.tar.gz"
|
||||||
ansistrano_deploy_to = "{{{config.global.approot}}}"
|
ansistrano_deploy_to = "{{{config.global.approot}}}"
|
||||||
ansistrano_deploy_via = "download_unarchive"
|
ansistrano_deploy_via = "download_unarchive"
|
||||||
|
ansistrano_group = "ubuntu"
|
||||||
|
|
||||||
[[deploy.playbooks.tasks]]
|
[[deploy.playbooks.tasks]]
|
||||||
copy = "src=../env.sh dest={{{config.global.approot}}}/current/env.sh mode=0600 owner=root group=root"
|
copy = "src=../env.sh dest={{{config.global.approot}}}/current/env.sh mode=0600 owner=root group=root"
|
||||||
|
|
Loading…
Reference in New Issue