diff options
author | Daniel Jakots <danieljakots@users.noreply.github.com> | 2018-09-28 22:07:44 +0200 |
---|---|---|
committer | Sam Doran <sdoran@redhat.com> | 2018-09-28 22:07:44 +0200 |
commit | 2769a4e2cc3aadbf91e7f4f83ef57b7ebe43442a (patch) | |
tree | 9525bfa55cf8ffa4461ec6be4865de689781215f /changelogs | |
parent | Use bytes rather than native string for result (#46281) (diff) | |
download | ansible-2769a4e2cc3aadbf91e7f4f83ef57b7ebe43442a.tar.xz ansible-2769a4e2cc3aadbf91e7f4f83ef57b7ebe43442a.zip |
Add support for OpenBSD (#46147)
Diffstat (limited to 'changelogs')
-rw-r--r-- | changelogs/fragments/reboot_openbsd_support.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/changelogs/fragments/reboot_openbsd_support.yaml b/changelogs/fragments/reboot_openbsd_support.yaml new file mode 100644 index 0000000000..563c634b9b --- /dev/null +++ b/changelogs/fragments/reboot_openbsd_support.yaml @@ -0,0 +1,2 @@ +bugfixes: + - reboot - add support for OpenBSD |