This commit is contained in:
Robert Baker
2019-02-18 01:37:12 -07:00
parent 18f74b810a
commit 6bfaa78a94
5 changed files with 14 additions and 14 deletions

View File

@@ -15,7 +15,7 @@
dest: /opt/appdata dest: /opt/appdata
directory_mode: yes directory_mode: yes
force: yes force: yes
owner: 1000 owner: '1000'
group: 1000 group: '1000'
mode: 0755 mode: 0755
when: copycheck.stat.exists when: copycheck.stat.exists

View File

@@ -29,8 +29,8 @@
dest: /opt/appdata/{{pgrole}}/config.json dest: /opt/appdata/{{pgrole}}/config.json
force: yes force: yes
mode: 0775 mode: 0775
owner: 1000 owner: '1000'
group: 1000 group: '1000'
# LABELS ###################################################################### # LABELS ######################################################################
- name: 'Adding Traefik' - name: 'Adding Traefik'

View File

@@ -63,8 +63,8 @@
file: file:
path: '{{path.stdout}}/handbrake/watch' path: '{{path.stdout}}/handbrake/watch'
state: directory state: directory
owner: 1000 owner: '1000'
group: 1000 group: '1000'
mode: 0755 mode: 0755
recurse: yes recurse: yes
@@ -72,8 +72,8 @@
file: file:
path: '{{path.stdout}}/handbrake/complete' path: '{{path.stdout}}/handbrake/complete'
state: directory state: directory
owner: 1000 owner: '1000'
group: 1000 group: '1000'
mode: 0755 mode: 0755
recurse: yes recurse: yes

View File

@@ -63,8 +63,8 @@
file: file:
path: '{{path.stdout}}/handbrake/watch' path: '{{path.stdout}}/handbrake/watch'
state: directory state: directory
owner: 1000 owner: '1000'
group: 1000 group: '1000'
mode: 0755 mode: 0755
recurse: yes recurse: yes
@@ -72,8 +72,8 @@
file: file:
path: '{{path.stdout}}/handbrake/complete' path: '{{path.stdout}}/handbrake/complete'
state: directory state: directory
owner: 1000 owner: '1000'
group: 1000 group: '1000'
mode: 0755 mode: 0755
recurse: yes recurse: yes

View File

@@ -32,8 +32,8 @@
dest: '/opt/appdata/{{pgrole}}/{{pgrole}}/config.json' dest: '/opt/appdata/{{pgrole}}/{{pgrole}}/config.json'
directory_mode: yes directory_mode: yes
force: yes force: yes
owner: 1000 owner: '1000'
group: 1000 group: '1000'
mode: 0755 mode: 0755
when: not jsoncheck.stat.exists when: not jsoncheck.stat.exists