Skip to content

Commit

Permalink
Update choice.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MrDoobPG authored and MrDoobPG committed Nov 7, 2019
1 parent fee858a commit 6fac2d1
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions menu/version/choice.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 6fac2d1

Please sign in to comment.