comment out all the things

This commit is contained in:
Stuart Mumford 2018-10-28 15:16:21 +00:00
parent 230f337315
commit 8498c4c5de
No known key found for this signature in database
GPG Key ID: 60BC5C03E6276769
2 changed files with 22 additions and 22 deletions

View File

@ -2,28 +2,28 @@
- include: tasks/setup/main.yml - include: tasks/setup/main.yml
- include: tasks/upgrade_postgres.yml # - include: tasks/upgrade_postgres.yml
tags: # tags:
- upgrade-postgres # - upgrade-postgres
- include: tasks/start.yml - include: tasks/start.yml
tags: tags:
- start - start
- include: tasks/register_user.yml # - include: tasks/register_user.yml
tags: # tags:
- register-user # - register-user
- include: tasks/import_sqlite_db.yml # - include: tasks/import_sqlite_db.yml
tags: # tags:
- import-sqlite-db # - import-sqlite-db
- include: tasks/import_media_store.yml # - include: tasks/import_media_store.yml
tags: # tags:
- import-media-store # - import-media-store
- include: tasks/self_check/main.yml # - include: tasks/self_check/main.yml
delegate_to: 127.0.0.1 # delegate_to: 127.0.0.1
become: false # become: false
tags: # tags:
- self-check # - self-check

View File

@ -8,10 +8,10 @@
tags: tags:
- setup-all - setup-all
- include: tasks/setup/setup_ssl.yml # - include: tasks/setup/setup_ssl.yml
tags: # tags:
- setup-all # - setup-all
- setup-ssl # - setup-ssl
- include: tasks/setup/setup_postgres.yml - include: tasks/setup/setup_postgres.yml
tags: tags:
@ -70,4 +70,4 @@
tags: tags:
- setup-all - setup-all
- setup-nginx-proxy - setup-nginx-proxy
- setup-well-known - setup-well-known