mirror of
				https://github.com/kevinveenbirkenbach/computer-playbook.git
				synced 2025-11-03 19:58:14 +00:00 
			
		
		
		
	Renamed general and mode constants and implemented a check to verify that constants are just defined ones over the whole repository
This commit is contained in:
		@@ -12,7 +12,7 @@
 | 
			
		||||
 | 
			
		||||
- name: "reset (if enabled)"
 | 
			
		||||
  include_tasks: 03_reset.yml
 | 
			
		||||
  when: mode_reset | bool
 | 
			
		||||
  when: MODE_RESET | bool
 | 
			
		||||
 | 
			
		||||
- name: configure sys-bkp-docker-2-loc-everything.infinito.service
 | 
			
		||||
  template:
 | 
			
		||||
 
 | 
			
		||||
@@ -11,7 +11,7 @@
 | 
			
		||||
      database_host: "{{ database_host | default('undefined') }}"
 | 
			
		||||
      database_username: "{{ database_username | default('undefined') }}"
 | 
			
		||||
      database_password: "{{ database_password | default('undefined') }}"
 | 
			
		||||
  when: enable_debug | bool
 | 
			
		||||
  when: MODE_DEBUG | bool
 | 
			
		||||
 | 
			
		||||
- name: "fail if not all required database variables are defined"
 | 
			
		||||
  fail:
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user