2024-11/08/grep_einfach_fehler.yml

14 lines
221 B
YAML
Raw Permalink Normal View History

2024-11-28 08:56:02 +00:00
---
- hosts: localhost
gather_facts: no
tasks:
- name: grep aufrufen
command: grep toor /etc/passwd
register: output
ignore_errors: true
- name: Rückgabe ausgeben
debug: var=output