mirror of
https://github.com/mtan93/Apps-Community.git
synced 2026-04-02 22:04:01 +01:00
Updated yml for Ansible 2.6
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
#
|
#
|
||||||
# Title: Traktor docker container - track you Plex TV-Show progress
|
# Title: Traktor docker container - track you Plex TV-Show progress
|
||||||
# Author(s): h1f0x)
|
# Author(s): h1f0x
|
||||||
# URL: https://github.com/h1f0x/docker-trackt-plex-tracker
|
# URL: https://github.com/h1f0x/docker-trackt-plex-tracker
|
||||||
# GNU: General Public License v3.0
|
# GNU: General Public License v3.0
|
||||||
################################################################################
|
################################################################################
|
||||||
@@ -22,17 +22,6 @@
|
|||||||
- name: 'Including cron job'
|
- name: 'Including cron job'
|
||||||
include_tasks: '/opt/communityapps/apps/_core.yml'
|
include_tasks: '/opt/communityapps/apps/_core.yml'
|
||||||
|
|
||||||
- name: 'Including plugins'
|
|
||||||
include_tasks: '/opt/communityapps/apps/_plugins.yml'
|
|
||||||
|
|
||||||
- name: 'Including folders'
|
|
||||||
include_tasks: '/opt/communityapps/apps/_downloaders.yml'
|
|
||||||
|
|
||||||
- name: 'Ini Check'
|
|
||||||
stat:
|
|
||||||
path: /opt/appdata/{{pgrole}}/core.conf
|
|
||||||
register: inicheck
|
|
||||||
|
|
||||||
# LABELS ######################################################################
|
# LABELS ######################################################################
|
||||||
- name: 'Adding Traefik'
|
- name: 'Adding Traefik'
|
||||||
set_fact:
|
set_fact:
|
||||||
@@ -53,8 +42,8 @@
|
|||||||
- name: 'Setting PG ENV'
|
- name: 'Setting PG ENV'
|
||||||
set_fact:
|
set_fact:
|
||||||
pg_env:
|
pg_env:
|
||||||
UID: 1000
|
UID: '1000'
|
||||||
GID: 1000
|
GID: '1000'
|
||||||
|
|
||||||
# MAIN DEPLOYMENT #############################################################
|
# MAIN DEPLOYMENT #############################################################
|
||||||
- name: 'Deploying {{pgrole}}'
|
- name: 'Deploying {{pgrole}}'
|
||||||
|
|||||||
Reference in New Issue
Block a user