completed error handling
This commit is contained in:
12
playbooks/error_playbook.yml
Normal file
12
playbooks/error_playbook.yml
Normal file
@@ -0,0 +1,12 @@
|
||||
---
|
||||
- hosts: labservers
|
||||
tasks:
|
||||
- name: get files
|
||||
get_url:
|
||||
url: "http://{{item}}/index.html"
|
||||
dest: "/tmp/{{item}}"
|
||||
ignore_errors: yes
|
||||
with_items:
|
||||
- innaghiyev1c
|
||||
- innaghiyev3c
|
||||
- innaghiyev2c
|
||||
Reference in New Issue
Block a user