instructions premande

This commit is contained in:
2023-02-23 07:39:05 +01:00
parent 7ec4def659
commit 3008f508f0
4 changed files with 63 additions and 17 deletions

18
ignore_errors.yml Normal file
View 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