geerlingguy / geerlingguy/ansible-for-devops

Running ad-hoc commands in background

Open
#486 0 comments 0 reactions 0 assignees View on GitHub
planned
Dominant language
Python
Stars
9.9k
Forks
3.8k
PR merge metrics
No merged PRs in 30d

Description

This issue was fixed long ago, and you can remove the notice.

Also, I would clarify the way this feature works with a demo, for example, in the case:

```sh
ansible all -B 60 -P 1 -m shell -a "while true; do echo test; sleep 1; done"
```

I expected Ansible to show new `test` lines every second in the terminal 😆
I thought it was the bug you were talking about 🙂 and soon realized I wanted too much from Ansible.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.