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 0477a6f commit d0f9e3a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions menu/version/choice.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,14 @@
msg: "Path exists and PTS folder exists"
when: p.stat.isdir is defined and p.stat.isdir

- name: Set permission and ownership
file:
path: /opt/plexguide
state: directory
recurse: yes
owner: '1000'
group: '1000'

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

0 comments on commit d0f9e3a

Please sign in to comment.