Files
PTS-Team/menu/interface/version/choice.yml
MrDoobPG b4b0d33091 11
2019-09-11 18:58:13 +02:00

20 lines
589 B
Bash

#!/bin/bash
#
# Title: PGBlitz (Reference Title File)
# Author(s): Admin9705 - Deiteq
# URL: https://pgblitz.com - http://github.pgblitz.com
# GNU: General Public License v3.0
################################################################################
---
- hosts: localhost
gather_facts: false
tasks:
- name: Installing Version master
git:
repo: 'https://github.com/MrDoobPG/PGBlitz.com'
dest: '/opt/plexguide'
force: yes
- name: 'Stops First Time Run'
shell: 'touch /var/plexguide/ask.yes'
register: program