mirror of
				https://github.com/kevinveenbirkenbach/computer-playbook.git
				synced 2025-10-31 02:10:05 +00:00 
			
		
		
		
	Optimized homepage logic
This commit is contained in:
		| @@ -8,15 +8,9 @@ | ||||
|     dest: "{{nginx_servers_directory}}{{domain}}.conf" | ||||
|   notify: restart nginx | ||||
|  | ||||
| - name: nginx-homepage repo git | ||||
| - name: "pull homepage from {{nginx_homepage_repository_address}}" | ||||
|   git: | ||||
|     repo: "{{nginx_homepage_repository_address}}" | ||||
|     dest: "{{nginx_homepage_root}}" | ||||
|     update: yes | ||||
|   register: git_result | ||||
|   ignore_errors: true | ||||
|  | ||||
| - name: Warn if repo is not reachable | ||||
|   debug: | ||||
|     msg: "Warning: Repository is not reachable." | ||||
|   when: git_result.failed | ||||
|   ignore_errors: true | ||||
		Reference in New Issue
	
	Block a user