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'