diff options
author | Felix Fontein <felix@fontein.de> | 2021-02-12 21:14:29 +0100 |
---|---|---|
committer | Matt Clay <matt@mystile.com> | 2021-02-12 22:09:02 +0100 |
commit | ff0edca8cc81a4a28c453c79a332b0be82c72f4a (patch) | |
tree | fef41009562736d58203bfb5e74f6288050024f3 /changelogs | |
parent | Role arg spec validation implementation (#73152) (diff) | |
download | ansible-ff0edca8cc81a4a28c453c79a332b0be82c72f4a.tar.xz ansible-ff0edca8cc81a4a28c453c79a332b0be82c72f4a.zip |
Catch more potential errors when setting up curses.
Diffstat (limited to 'changelogs')
-rw-r--r-- | changelogs/fragments/pause-import.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/changelogs/fragments/pause-import.yml b/changelogs/fragments/pause-import.yml new file mode 100644 index 0000000000..c6b73f9167 --- /dev/null +++ b/changelogs/fragments/pause-import.yml @@ -0,0 +1,2 @@ +bugfixes: +- "pause - catch additional error on setting up curses (https://github.com/ansible/ansible/pull/73588)." |