Wpis z mikrobloga

Hej, potrzebuje by task gdzie mam linuksowe polecenie byl "successful" przy RC=0 albo 227, zrobilem playbook ale caly czas nie trybi...

TASK [Check RC on linux] *****************************************************
fatal: [192.168.1.17]: FAILED! => {"changed": true, "cmd": ["bplist"], "delta": "0:00:00.525151", "end": "2021-11-27 21:32:41.759018", "msg": "non-zero return code",
"rc": 227**, "start": "2021-11-27 21:32:41.233867", "stderr": "EXIT STATUS 227: no entity was found", "stderrlines": ["EXIT STATUS 227: no entity was found"], "stdout": "", "stdoutlines": []}

playbook:

---
- hosts: rhel84clnt
tasks:
- name: Check RC on linux
command: bplist
register: output
changed_when:
- output.rc == 227

robil ktos cos podobnego?

#ansible
  • 2
  • Odpowiedz
  • Otrzymuj powiadomienia
    o nowych komentarzach