From 6fac2d12c6c90bee7ef1e40804a65fd2d06be17d Mon Sep 17 00:00:00 2001 From: MrDoobPG <46342172+MrDoobPG@users.noreply.github.com> Date: Thu, 7 Nov 2019 19:32:06 +0100 Subject: [PATCH] Update choice.yml --- menu/version/choice.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/menu/version/choice.yml b/menu/version/choice.yml index 3284407a..5c82d8a5 100644 --- a/menu/version/choice.yml +++ b/menu/version/choice.yml @@ -16,12 +16,14 @@ - name: 'Installing Version {{serverid.stdout}}' git: repo: 'https://github.com/PTS-Team/PTS-Team' - dest: '/opt/plexguide' + dest: /opt/plexguide + clone: yes version: '{{serverid.stdout}}' force: yes update: yes - when: not serverid.stdout == "edge" - ignore_errors: True + become: yes + when: not serverid.stdout == "EDGE" + ignore_errors: yes - name: 'Stops First Time Run' shell: 'touch /var/plexguide/ask.yes'