doc: Slides demo 10 sept

This commit is contained in:
2025-09-10 12:38:25 -04:00
parent 9b889f71da
commit 9961e8b79d
33 changed files with 531 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
- 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'