Files
Ansible-GUI-Small/outputs/archiv/20260717_144254_hello_world.txt
jonnybravo aeb7626194 2
2026-07-20 16:20:15 +02:00

17 lines
707 B
Plaintext

PLAY [Hallo Welt ausgeben] *****************************************************
TASK [Gathering Facts] *********************************************************
ok: [localhost]
TASK [Hallo Welt ausgeben] *****************************************************
ok: [localhost] => {
"msg": "Hallo Welt"
}
PLAY RECAP *********************************************************************
localhost : ok=2 changed=0 unreachable=0 failed=0 skipped=0 rescued=0 ignored=0
[WARNING]: No inventory was parsed, only implicit localhost is available
[WARNING]: provided hosts list is empty, only localhost is available. Note that the implicit localhost does not match 'all'