From d0f9e3ae9b60251968b86e361321458fff12c066 Mon Sep 17 00:00:00 2001 From: MrDoobPG <46342172+MrDoobPG@users.noreply.github.com> Date: Thu, 7 Nov 2019 22:13:01 +0100 Subject: [PATCH] Update choice.yml --- menu/version/choice.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/menu/version/choice.yml b/menu/version/choice.yml index f24ea170..7ca9c3c2 100644 --- a/menu/version/choice.yml +++ b/menu/version/choice.yml @@ -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 \ No newline at end of file