Skip to content

[1.14.0] - 2024-08-04

Compare
Choose a tag to compare
@xavierog xavierog released this 04 Aug 02:07
· 19 commits to master since this release

Added

  • CLI command moulti question {add,update,get-answer,delete}
  • Ansible callback plugin: support prompt_until() and the pause module
  • quit dialog: buttons now feature keyboard accelerators

Changed

  • moulti pass --read-size now defaults to 8192.
  • moulti run: hitting Ctrl+c multiple times now navigates through the quit dialog and eventually terminates the process before exiting.

Fixed

  • moulti run: MOULTI_RUN_OUTPUT=harvest moulti run -- bash -c 'echo a; sleep 3600' would block upon selecting "Quit and leave the process running in the background".