mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-01 08:13:08 +00:00
In stable-1.9, the prompt string is passed to raw_input(), which prints it without an extra \n. Here we're just print()ing it, so the \n would be doubled.