Skip to content

Commit

Permalink
11
Browse files Browse the repository at this point in the history
  • Loading branch information
MrDoobPG authored and MrDoobPG committed Aug 23, 2019
1 parent 098fec4 commit fa5933c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
5 changes: 0 additions & 5 deletions menu/interface/version/choice.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,10 @@
- hosts: localhost
gather_facts: false
tasks:
- name: Register Project
shell: 'cat /var/plexguide/pg.number'
register: serverid

- name: Installing Version master
git:
repo: 'https://github.com/MrDoobPG/PGBlitz.com'
dest: '/opt/plexguide'
version: master
force: yes

- name: 'Stops First Time Run'
Expand Down
5 changes: 0 additions & 5 deletions menu/interface/version/choicedev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,10 @@
- hosts: localhost
gather_facts: false
tasks:
- name: Register Project
shell: 'cat /var/plexguide/pg.number'
register: serverid

- name: Installing Version master
git:
repo: 'https://github.com/MrDoobPG/PGBlitz.com'
dest: '/opt/plexguide'
version: dev
force: yes

- name: 'Stops First Time Run'
Expand Down

0 comments on commit fa5933c

Please sign in to comment.