instructions premande
This commit is contained in:
18
ignore_errors.yml
Normal file
18
ignore_errors.yml
Normal file
@@ -0,0 +1,18 @@
|
||||
|
||||
---
|
||||
- hosts: cibles
|
||||
tasks:
|
||||
- name: send script
|
||||
copy:
|
||||
src: bad.sh
|
||||
dest: /tmp//bad.sh
|
||||
mode: 0750
|
||||
|
||||
- name: execute script
|
||||
command: /tmp//bad.sh
|
||||
register: result
|
||||
|
||||
|
||||
- name: display result
|
||||
debug:
|
||||
var: result
|
||||
Reference in New Issue
Block a user