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>reviewable/pr18780/r1
parent
cb848fcd9e
commit
f8d04bec1b
Loading…
Reference in New Issue