mirror of https://github.com/ansible/ansible.git
Fix NameError in pause module (#42038)
* Fix NameError in pause module * Add comment and changelog Co-authored-by: Jerry Chong <jchong@netbase.com>pull/58195/head
parent
cde3a03b32
commit
42f44b24c6
@ -0,0 +1,2 @@
|
||||
bugfixes:
|
||||
- pause - nest try except when importing curses to gracefully fail if curses is not present (https://github.com/ansible/ansible/issues/42004)
|
Loading…
Reference in New Issue