mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
b97bee3fd6
* openbsd_pkg: set TERM to 'dumb' in execute_command Keeps pkg_add happy when someone running ansible is using a TERM that the managed OpenBSD host does not know about. Fixes #5738. Selection of specific TERM from discussion at https://marc.info/?l=openbsd-tech&m=167290482630534&w=2 * Add changelog fragment for openbsd_pkg TERM fix * Update changelogs/fragments/6149-openbsd_pkg-term.yml Co-authored-by: Felix Fontein <felix@fontein.de> --------- Co-authored-by: Felix Fontein <felix@fontein.de>
2 lines
252 B
YAML
2 lines
252 B
YAML
minor_changes:
|
|
- openbsd_pkg - set ``TERM`` to ``'dumb'`` in ``execute_command()`` to make module less dependant on the ``TERM`` environment variable set on the Ansible controller (https://github.com/ansible-collections/community.general/pull/6149).
|