summaryrefslogtreecommitdiffstats
path: root/docker
diff options
context:
space:
mode:
authorDessalines <tyhou13@gmx.com>2019-09-04 12:54:23 -0700
committerDessalines <tyhou13@gmx.com>2019-09-04 12:54:23 -0700
commit05fa6837c40fcae21688e8245a5350425aa7d61b (patch)
tree8a54dcd10583313abaa57dcefa6311c6effc5fbe /docker
parent8c961dfd808763dc221eae3793c799c499e352f0 (diff)
Adding become to ansible from command line instead.
Diffstat (limited to 'docker')
-rwxr-xr-xdocker/dev/deploy.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/dev/deploy.sh b/docker/dev/deploy.sh
index e7ab706f..edceaa90 100755
--- a/docker/dev/deploy.sh
+++ b/docker/dev/deploy.sh
@@ -28,4 +28,4 @@ docker push dessalines/lemmy:$new_tag
# Pushing to any ansible deploys
cd ../../ansible
-ansible-playbook lemmy.yml
+ansible-playbook lemmy.yml --become