comment out all the things
This commit is contained in:
		@@ -2,28 +2,28 @@
 | 
			
		||||
 | 
			
		||||
- include: tasks/setup/main.yml
 | 
			
		||||
 | 
			
		||||
- include: tasks/upgrade_postgres.yml
 | 
			
		||||
  tags:
 | 
			
		||||
    - upgrade-postgres
 | 
			
		||||
# - include: tasks/upgrade_postgres.yml
 | 
			
		||||
#   tags:
 | 
			
		||||
#     - upgrade-postgres
 | 
			
		||||
 | 
			
		||||
- include: tasks/start.yml
 | 
			
		||||
  tags:
 | 
			
		||||
    - start
 | 
			
		||||
 | 
			
		||||
- include: tasks/register_user.yml
 | 
			
		||||
  tags:
 | 
			
		||||
    - register-user
 | 
			
		||||
# - include: tasks/register_user.yml
 | 
			
		||||
#   tags:
 | 
			
		||||
#     - register-user
 | 
			
		||||
 | 
			
		||||
- include: tasks/import_sqlite_db.yml
 | 
			
		||||
  tags:
 | 
			
		||||
    - import-sqlite-db
 | 
			
		||||
# - include: tasks/import_sqlite_db.yml
 | 
			
		||||
#   tags:
 | 
			
		||||
#     - import-sqlite-db
 | 
			
		||||
 | 
			
		||||
- include: tasks/import_media_store.yml
 | 
			
		||||
  tags:
 | 
			
		||||
    - import-media-store
 | 
			
		||||
# - include: tasks/import_media_store.yml
 | 
			
		||||
#   tags:
 | 
			
		||||
#     - import-media-store
 | 
			
		||||
 | 
			
		||||
- include: tasks/self_check/main.yml
 | 
			
		||||
  delegate_to: 127.0.0.1
 | 
			
		||||
  become: false
 | 
			
		||||
  tags:
 | 
			
		||||
    - self-check
 | 
			
		||||
# - include: tasks/self_check/main.yml
 | 
			
		||||
#   delegate_to: 127.0.0.1
 | 
			
		||||
#   become: false
 | 
			
		||||
#   tags:
 | 
			
		||||
#     - self-check
 | 
			
		||||
 
 | 
			
		||||
@@ -8,10 +8,10 @@
 | 
			
		||||
  tags:
 | 
			
		||||
    - setup-all
 | 
			
		||||
 | 
			
		||||
- include: tasks/setup/setup_ssl.yml
 | 
			
		||||
  tags:
 | 
			
		||||
    - setup-all
 | 
			
		||||
    - setup-ssl
 | 
			
		||||
# - include: tasks/setup/setup_ssl.yml
 | 
			
		||||
#   tags:
 | 
			
		||||
#     - setup-all
 | 
			
		||||
#     - setup-ssl
 | 
			
		||||
 | 
			
		||||
- include: tasks/setup/setup_postgres.yml
 | 
			
		||||
  tags:
 | 
			
		||||
@@ -70,4 +70,4 @@
 | 
			
		||||
  tags:
 | 
			
		||||
    - setup-all
 | 
			
		||||
    - setup-nginx-proxy
 | 
			
		||||
    - setup-well-known
 | 
			
		||||
    - setup-well-known
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user