mirror of https://github.com/ansible/ansible.git
system/lvol: Suppress prompts from lvcreate
Occasionally, `lvcreate` will prompt on stdin for confirmation. In particular, this may happen when the volume is being created close to the location on disk where another volume existed previously. When this happens, Ansible will hang indefinitely with no indication of the problem. To work prevent this problem, the `--yes` command-line argument can be passed to `lvcreate`, which will instruct it not to prompt. Signed-off-by: Dustin C. Hatch <dustin@hatch.name>pull/18777/head
parent
8efd7d217e
commit
3e5a7bd475
Loading…
Reference in New Issue