aboutsummaryrefslogtreecommitdiffstats
path: root/roles/jumbotron
diff options
context:
space:
mode:
authorEmil Renner Berthing <esmil@labitat.dk>2023-01-25 21:05:49 +0100
committerEmil Renner Berthing <esmil@labitat.dk>2023-01-25 21:06:03 +0100
commit240f9e2cc0d7186c3a7fb1b26d444d67e97863c4 (patch)
tree968955bae4441f066664acff5ee1b6b9a263e951 /roles/jumbotron
parentf7e6733bc264a89483babe37cbe329b5dffb6659 (diff)
downloadlabitat-ansible-240f9e2cc0d7186c3a7fb1b26d444d67e97863c4.tar.gz
labitat-ansible-240f9e2cc0d7186c3a7fb1b26d444d67e97863c4.tar.xz
labitat-ansible-240f9e2cc0d7186c3a7fb1b26d444d67e97863c4.zip
jumbotron: jumbotron: clean up git clone
Diffstat (limited to 'roles/jumbotron')
-rw-r--r--roles/jumbotron/tasks/jumbotron.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/roles/jumbotron/tasks/jumbotron.yml b/roles/jumbotron/tasks/jumbotron.yml
index ca7abc4..4f7b46c 100644
--- a/roles/jumbotron/tasks/jumbotron.yml
+++ b/roles/jumbotron/tasks/jumbotron.yml
@@ -22,11 +22,11 @@
git:
dest: '~jumbotron/jumbotron'
repo: 'https://github.com/labitat/jumbotron.git'
+ version: master
+ remote: origin
accept_hostkey: yes
clone: yes
update: yes
- remote: origin
- become: yes
become_user: jumbotron
# vim: set ts=2 sw=2 et: