[ansible-project] Re: The input device is not a TTY

2023-09-18 Thread 'jojebo' via Ansible Project
If I delete these two lines async: 1200 poll: 10 it works! But I would like to start the task on all of the servers at once which needs async, right? jojebo schrieb am Mittwoch, 13. September 2023 um 14:10:37 UTC+2: > I removed the ssh arguments → “the input device is not a TTY”

[ansible-project] Re: The input device is not a TTY

2023-09-13 Thread 'jojebo' via Ansible Project
I removed the ssh arguments → “the input device is not a TTY” I set usetty to true → “the input device is not a TTY” ssh -t test2@* dest ip ** “source toolrc && tool” → works So it is basically possible to run the script via ssh with the -t argument. jojebo schrieb am Donnerstag, 7. September

[ansible-project] The input device is not a TTY

2023-09-07 Thread 'jojebo' via Ansible Project
Hi everyone, I’m fairly new to ansible and I stumbled across a problem which I’m unable to solve. *Problem* It occurs when I try to run a playbook that should execute two commands (proprietary sw). The error is either “the input device is not a TTY” or it just hangs with python indend