Skip to content

Commit

Permalink
Update choice.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MrDoobPG authored Aug 23, 2019
1 parent e805e8c commit c67beb0
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions menu/version/choice.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,12 @@
- hosts: localhost
gather_facts: false
tasks:
- name: Register Project
shell: 'cat /var/plexguide/pg.number'
register: serverid

- name: 'Installing Version {{serverid.stdout}}'
- name: 'Installing Version'
git:
repo: 'https://github.com/MrDoobPG/PGBlitz.com'
dest: '/opt/plexguide'
version: '{{serverid.stdout}}'
version: 'master'
force: yes
when: not serverid.stdout == "edge"
ignore_errors: True

- name: 'Stops First Time Run'
shell: 'touch /var/plexguide/ask.yes'
Expand Down

0 comments on commit c67beb0

Please sign in to comment.