9 lines
		
	
	
		
			229 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			229 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| - name: Test Ansible URL Validation
 | |
|   hosts: localhost
 | |
|   tasks:
 | |
|     - name: Download a file
 | |
|       ansible.builtin.get_url:
 | |
|         url: "http:/wikipedia.org/"
 | |
|         dest: "/tmp/ansible-test/wikipedia.html"
 | |
|         mode: '0900'
 |