mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 05:42:50 +00:00
openbsd_pkg: set TERM to 'dumb' in execute_command (#6149)
* 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>
This commit is contained in:
2
changelogs/fragments/6149-openbsd_pkg-term.yml
Normal file
2
changelogs/fragments/6149-openbsd_pkg-term.yml
Normal file
@@ -0,0 +1,2 @@
|
||||
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).
|
||||
Reference in New Issue
Block a user