mirror of
https://github.com/mtan93/Apps-Community.git
synced 2026-03-08 21:02:21 +00:00
fix warn
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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'
|
||||||
|
|||||||
@@ -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
|
||||||
|
|
||||||
|
|||||||
@@ -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
|
||||||
|
|
||||||
|
|||||||
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user