formatting

This commit is contained in:
LooseSeal2
2019-07-17 01:00:02 -07:00
parent 067ef0515b
commit e3c685e5b9
52 changed files with 567 additions and 428 deletions

View File

@@ -3,7 +3,7 @@
# Title: PGBlitz (linuxserver/airsonic)
# Author(s): MrDoob
# URL: https://pgblitz.com - http://github.pgblitz.com
# GNU: General Public License v3.0
# GNU: General Public License v3.0
################################################################################
---
- hosts: localhost
@@ -14,7 +14,7 @@
set_fact:
pgrole: 'airsonic'
intport: '4040'
extport: '4040'
extport: '4040'
image: 'linuxserver/airsonic'
# CORE (MANDATORY) ############################################################
@@ -45,7 +45,7 @@
pg_env:
PUID: '1000'
PGID: '1000'
# MAIN DEPLOYMENT #############################################################
- name: 'Deploying {{pgrole}}'
docker_container: