mirror of
				https://github.com/kevinveenbirkenbach/computer-playbook.git
				synced 2025-10-31 10:19:09 +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:
		| @@ -15,7 +15,7 @@ | ||||
| - name: Warn if repo is not reachable | ||||
|   debug: | ||||
|     msg: "Warning: Repository is not reachable." | ||||
|   when: git_result.failed and enable_debug | bool | ||||
|   when: git_result.failed and MODE_DEBUG | bool | ||||
|  | ||||
| - name: Ensure systemd user directory exists | ||||
|   file: | ||||
|   | ||||
		Reference in New Issue
	
	Block a user