diff options
author | Emil Renner Berthing <esmil@labitat.dk> | 2023-01-24 13:57:22 +0100 |
---|---|---|
committer | Emil Renner Berthing <esmil@labitat.dk> | 2023-01-24 14:00:22 +0100 |
commit | b837ff0421d6cd2aac2f28dbef6ca419e07a1230 (patch) | |
tree | 22801793117784ff467d8fae3e6f9e43a6283442 /roles/jumbotron/tasks | |
parent | d07f5cc3dafd188a615fa0d512b4dc24169cd334 (diff) | |
download | labitat-ansible-b837ff0421d6cd2aac2f28dbef6ca419e07a1230.tar.gz labitat-ansible-b837ff0421d6cd2aac2f28dbef6ca419e07a1230.tar.xz labitat-ansible-b837ff0421d6cd2aac2f28dbef6ca419e07a1230.zip |
jumbotron: jumbotron: git clone/update as the jumbotron user
Diffstat (limited to 'roles/jumbotron/tasks')
-rw-r--r-- | roles/jumbotron/tasks/jumbotron.yml | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/roles/jumbotron/tasks/jumbotron.yml b/roles/jumbotron/tasks/jumbotron.yml index 0b6f1a7..ca7abc4 100644 --- a/roles/jumbotron/tasks/jumbotron.yml +++ b/roles/jumbotron/tasks/jumbotron.yml @@ -26,12 +26,7 @@ clone: yes update: yes remote: origin - -- name: Make sure jumbotron owns git repo - file: - dest: '~jumbotron/jumbotron' - owner: jumbotron - group: users - recurse: yes + become: yes + become_user: jumbotron # vim: set ts=2 sw=2 et: |