andrewvaughan / ansible-role-prompt

Ansible plugin for messaging and prompting the user during a playbook.
MIT License
10 stars 2 forks source link

Support Python3 by replacing `raw_input` with `input` #85

Open tekkamanendless opened 2 years ago

tekkamanendless commented 2 years ago

This fixes #83. In Python3, raw_input is not available, but input does pretty much the same thing.