Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

ansible-runner-2.4.2-160099.1.1 RPM for noarch

From OpenSuSE Leap 16.1 for noarch

Name: ansible-runner Distribution: SUSE Linux 16
Version: 2.4.2 Vendor: SUSE LLC <https://www.suse.com/>
Release: 160099.1.1 Build date: Fri Oct 17 10:00:51 2025
Group: Unspecified Build host: reproducible
Size: 658780 Source RPM: ansible-runner-2.4.2-160099.1.1.src.rpm
Packager: https://www.suse.com/
Url: https://github.com/ansible/ansible_runner
Summary: Run ansible-playbook inside an execution environment
Consistent Ansible Python API and CLI with container and process isolation runtime capabilities

Provides

Requires

License

Apache-2.0

Changelog

* Fri Oct 17 2025 opensuse_buildservice@ojkastl.de
  - update to 2.4.2:
    * Short circuit display wrapper of the callback plugin within forks
      (#1414)
    * Improve EOF log messages when streaming (#1458)
* Wed Mar 26 2025 opensuse_buildservice@ojkastl.de
  - update to 2.4.1:
    * Modify volume mount behavior when source does not exist
      (#1408). Volumes specified using the container-volume-mount
      option will now be passed through to the underlying container
      engine unverified and unmodified. This now allows you to mount
      individual files (vs. the parent directory) and non-existing
      source volumes. The behavior encountered with a non-existing
      source volume depends on which container engine is in use
      (docker creates the volume, podman will error).
* Mon Mar 17 2025 opensuse_buildservice@ojkastl.de
  - ignore two more flaky tests
* Tue Dec 10 2024 opensuse_buildservice@ojkastl.de
  - ignore another test that fails now (possibly with
    ansible-core-2.18)
* Wed Oct 16 2024 opensuse_buildservice@ojkastl.de
  - fix checks
* Wed Aug 28 2024 pgajdos@suse.com
  - does not require six anymore (a51c8b2)
* Tue Aug 13 2024 opensuse_buildservice@ojkastl.de
  - ignore test_get_role_list test
* Sun Jun 09 2024 code@bnavigator.de
  - Use pytest-xdist in order to avoid non-terminating processes in
    tests
  - Fix files section and version info (setuptools_scm required to
    build)
  - Simplify python flavor declaration
* Sat May 18 2024 opensuse_buildservice@ojkastl.de
  - update to 2.4.0:
    * Bug Fixes
    - Honor inventory filepath by @Akasurde in #1065
    - Ensure that UTC ISO8601 datetimes include timezone info by
      @sivel in #1238
    - Fix for non-str ident by @Shrews in #1268
    - Pass inventory directory path instead of file path when using
      containerization by @christophert in #1304
    - Validate inventory from CLI early by @Shrews in #1307
    - Allow shutil to copy into existing isolation directory by
      @christophert in #1311
    - Fix invalid inventory with relative pvt data dir by @Shrews
      in #1316
    - Add lib symlink to bwrap call by @christophert in #1312
* Sat Mar 16 2024 opensuse_buildservice@ojkastl.de
  - update to 2.3.6:
    * Untag instead of force remove image for podman. This makes the
      |worker cleanup| subcommand behave similarly with either docker
      or podman.
      (#1342 <https://github.com/ansible/ansible-runner/pull/1342>)
* Fri Mar 08 2024 opensuse_buildservice@ojkastl.de
  - ignore two more flaky tests
* Wed Feb 14 2024 opensuse_buildservice@ojkastl.de
  - update to 2.3.5:
    * fix pexpect child shutdown race (#1331) by @TheRealHaoLiu in
      [#1336]
* Thu Sep 07 2023 kastl@b1-systems.de
  - update to 2.3.4:
    * [2.3 backport] Give more detail when we cannot process a
      non-JSON streamed line (#1186) by @AlanCoding in
      https://github.com/ansible/ansible-runner/pull/1258
* Wed May 31 2023 kastl@b1-systems.de
  - update to 2.3.3:
    * [backport][release_2.3] Add `python_requires = >= 3.8` (#1206)
      by @Shrews in
      https://github.com/ansible/ansible-runner/pull/1212
    * [backport][release_2.3] Add license and classifiers metadata
      (#1213) by @Shrews in
      https://github.com/ansible/ansible-runner/pull/1214
    * [2.3 backport] Remove pkg_resources use (#1224) by
      @nitzmahone in
      https://github.com/ansible/ansible-runner/pull/1230
* Mon May 15 2023 kastl@b1-systems.de
  - modify %if-condition to allow building for python3.10 or
    python3.11 on SLES15
* Fri May 05 2023 kastl@b1-systems.de
  - change python version on Leap15/SLES15 to python3.11 to use the
    new stack supported by SUSE
* Thu Apr 20 2023 kastl@b1-systems.de
  - LARGE update to 2.3.2
    changelogs:
    * https://github.com/ansible/ansible-runner/releases/tag/1.4.8
    * https://github.com/ansible/ansible-runner/releases/tag/1.4.9
    * https://github.com/ansible/ansible-runner/releases/tag/2.0.0
    * https://github.com/ansible/ansible-runner/releases/tag/2.0.1
    * https://github.com/ansible/ansible-runner/releases/tag/2.0.2
    * https://github.com/ansible/ansible-runner/releases/tag/2.0.3
    * https://github.com/ansible/ansible-runner/releases/tag/2.0.4
    * https://github.com/ansible/ansible-runner/releases/tag/2.1.1
    * https://github.com/ansible/ansible-runner/releases/tag/2.1.2
    * https://github.com/ansible/ansible-runner/releases/tag/2.1.3
    * https://github.com/ansible/ansible-runner/releases/tag/2.1.4
    * https://github.com/ansible/ansible-runner/releases/tag/2.2.0
    * https://github.com/ansible/ansible-runner/releases/tag/2.2.1
    * https://github.com/ansible/ansible-runner/releases/tag/2.2.2
    * https://github.com/ansible/ansible-runner/releases/tag/2.3.0
    * https://github.com/ansible/ansible-runner/releases/tag/2.3.1
    * https://github.com/ansible/ansible-runner/releases/tag/2.3.2
* Tue Apr 26 2022 pgajdos@suse.com
  - do not require python-mock: the testsuite is not running anyway
    and newer testsuite (e. g. 2.1.3) will not use mock at all
    https://trello.com/c/S6eADbii/64-remove-python-mock
* Sun May 23 2021 rpm@fthiessen.de
  - Update to version 1.4.7
    * Fixed an issue where byte sequences in the output that are not
      interpretable as UTF-8 would break the job execution.
    * Fixed a bug that broke Ansible playbook execution prior to
      version 2.8 of Ansible
    * Fix an issue with --process_isoloation_*_ paths parsing cli args
    * Switch extravar format so we can support more than just string
      types
    * Make sure job events folder is created earlier to prevent
      errors when using immediately after starting a runner job
    * Annotate all runner_on events with start/end/duration times
  - Drop 0001-Use-the-correct-python-executable-for-tests.patch
* Thu Feb 20 2020 lars@linux-schulserver.de
  - update to 1.4.4:
    + Fix some unicode issues when using command line override on python 2.7
    + Fix an issue with file handles not closing on the pexpect pty
    + Fix missing ssh_key parameter from module interface
    + Fix a bug where the ssh agent process would hang around after
      process isolation exit causing a failure to remove temporary directories
    1.4.2 (2019-10-04)
    + Reverted ansible-runner --version to print a semantic version number
    1.4.1 (2019-10-03)
    + Fixed a bug that prevented ANSIBLE_HOST_KEY_CHECKING from being respected
    1.4.0 (2019-09-20)
    + Added changed count to stats data
    + Added initial support for gathering performance statistics using
      the system's cgroup interface
    + Fix command line args override missing from module run kwargs
    + Omit inventory argument entirely if no inventory content is supplied
      this allows ansible to pick up inventory from implicit locations and ansible.cfg
    + Fix an issue where Runner wouldn't properly clean up process
      isolation temporary directories
    + Fix error generated if unsafe parameter is used on vars prompt tasks
    + Fix an issue where additional callback plugins weren't being
      used when defined in the environment
    + Fix an issue where Runner would stop returning events after the
      playbook finished when using run_async
    + Fix an issue where unicode in task data would cause Runner to fail
    + Fix issues using vaulted data that would cause Runner to fail
    + Fix an issue where artifact-dir was only allowed in ad-hoc mode
  - run fdupes
  - remove upstreamed patch:
    0001-Use-the-correct-python-executable-for-tests.patch
  - disable tests again for now
* Tue Jun 04 2019 tbechtold@suse.com
  - update to 1.3.4:
    * make class __name__ match Ansible expectation
    * bundle six.ensure_str to avoid pinning to a new six version
    * Updating for 1.3.4 release
    * Adopt modified upstream packaging
    * Add missing lockfile RPM dependency
    * Fix an issue with missing options
    * port old callback tests to integration folder
    * Fix missing toplevel host events docs issue
    * Move integration data folder, add new test
  - fix license - ansible-runner also contains code licensed under
    GPL-3.0-or-later
* Sat Apr 27 2019 tbechtold@suse.com
  - enable tests in %check
  - add 0001-Use-the-correct-python-executable-for-tests.patch to fix
    tests with python3
* Wed Apr 24 2019 tbechtold@suse.com
  - Initial packaging (version 1.3.3)

Files

/usr/bin/ansible-runner
/usr/lib/python3.13/site-packages/ansible_runner
/usr/lib/python3.13/site-packages/ansible_runner-2.4.2.dist-info
/usr/lib/python3.13/site-packages/ansible_runner-2.4.2.dist-info/INSTALLER
/usr/lib/python3.13/site-packages/ansible_runner-2.4.2.dist-info/METADATA
/usr/lib/python3.13/site-packages/ansible_runner-2.4.2.dist-info/RECORD
/usr/lib/python3.13/site-packages/ansible_runner-2.4.2.dist-info/REQUESTED
/usr/lib/python3.13/site-packages/ansible_runner-2.4.2.dist-info/WHEEL
/usr/lib/python3.13/site-packages/ansible_runner-2.4.2.dist-info/entry_points.txt
/usr/lib/python3.13/site-packages/ansible_runner-2.4.2.dist-info/licenses
/usr/lib/python3.13/site-packages/ansible_runner-2.4.2.dist-info/licenses/LICENSE.md
/usr/lib/python3.13/site-packages/ansible_runner-2.4.2.dist-info/top_level.txt
/usr/lib/python3.13/site-packages/ansible_runner/__init__.py
/usr/lib/python3.13/site-packages/ansible_runner/__main__.py
/usr/lib/python3.13/site-packages/ansible_runner/__pycache__
/usr/lib/python3.13/site-packages/ansible_runner/__pycache__/__init__.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/ansible_runner/__pycache__/__init__.cpython-313.pyc
/usr/lib/python3.13/site-packages/ansible_runner/__pycache__/__main__.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/ansible_runner/__pycache__/__main__.cpython-313.pyc
/usr/lib/python3.13/site-packages/ansible_runner/__pycache__/cleanup.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/ansible_runner/__pycache__/cleanup.cpython-313.pyc
/usr/lib/python3.13/site-packages/ansible_runner/__pycache__/defaults.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/ansible_runner/__pycache__/defaults.cpython-313.pyc
/usr/lib/python3.13/site-packages/ansible_runner/__pycache__/exceptions.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/ansible_runner/__pycache__/exceptions.cpython-313.pyc
/usr/lib/python3.13/site-packages/ansible_runner/__pycache__/interface.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/ansible_runner/__pycache__/interface.cpython-313.pyc
/usr/lib/python3.13/site-packages/ansible_runner/__pycache__/loader.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/ansible_runner/__pycache__/loader.cpython-313.pyc
/usr/lib/python3.13/site-packages/ansible_runner/__pycache__/output.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/ansible_runner/__pycache__/output.cpython-313.pyc
/usr/lib/python3.13/site-packages/ansible_runner/__pycache__/runner.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/ansible_runner/__pycache__/runner.cpython-313.pyc
/usr/lib/python3.13/site-packages/ansible_runner/__pycache__/runner_config.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/ansible_runner/__pycache__/runner_config.cpython-313.pyc
/usr/lib/python3.13/site-packages/ansible_runner/__pycache__/streaming.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/ansible_runner/__pycache__/streaming.cpython-313.pyc
/usr/lib/python3.13/site-packages/ansible_runner/cleanup.py
/usr/lib/python3.13/site-packages/ansible_runner/config
/usr/lib/python3.13/site-packages/ansible_runner/config/__init__.py
/usr/lib/python3.13/site-packages/ansible_runner/config/__pycache__
/usr/lib/python3.13/site-packages/ansible_runner/config/__pycache__/__init__.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/ansible_runner/config/__pycache__/__init__.cpython-313.pyc
/usr/lib/python3.13/site-packages/ansible_runner/config/__pycache__/_base.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/ansible_runner/config/__pycache__/_base.cpython-313.pyc
/usr/lib/python3.13/site-packages/ansible_runner/config/__pycache__/ansible_cfg.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/ansible_runner/config/__pycache__/ansible_cfg.cpython-313.pyc
/usr/lib/python3.13/site-packages/ansible_runner/config/__pycache__/command.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/ansible_runner/config/__pycache__/command.cpython-313.pyc
/usr/lib/python3.13/site-packages/ansible_runner/config/__pycache__/doc.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/ansible_runner/config/__pycache__/doc.cpython-313.pyc
/usr/lib/python3.13/site-packages/ansible_runner/config/__pycache__/inventory.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/ansible_runner/config/__pycache__/inventory.cpython-313.pyc
/usr/lib/python3.13/site-packages/ansible_runner/config/__pycache__/runner.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/ansible_runner/config/__pycache__/runner.cpython-313.pyc
/usr/lib/python3.13/site-packages/ansible_runner/config/_base.py
/usr/lib/python3.13/site-packages/ansible_runner/config/ansible_cfg.py
/usr/lib/python3.13/site-packages/ansible_runner/config/command.py
/usr/lib/python3.13/site-packages/ansible_runner/config/doc.py
/usr/lib/python3.13/site-packages/ansible_runner/config/inventory.py
/usr/lib/python3.13/site-packages/ansible_runner/config/runner.py
/usr/lib/python3.13/site-packages/ansible_runner/defaults.py
/usr/lib/python3.13/site-packages/ansible_runner/display_callback
/usr/lib/python3.13/site-packages/ansible_runner/display_callback/__init__.py
/usr/lib/python3.13/site-packages/ansible_runner/display_callback/__pycache__
/usr/lib/python3.13/site-packages/ansible_runner/display_callback/__pycache__/__init__.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/ansible_runner/display_callback/__pycache__/__init__.cpython-313.pyc
/usr/lib/python3.13/site-packages/ansible_runner/display_callback/callback
/usr/lib/python3.13/site-packages/ansible_runner/display_callback/callback/__init__.py
/usr/lib/python3.13/site-packages/ansible_runner/display_callback/callback/__pycache__
/usr/lib/python3.13/site-packages/ansible_runner/display_callback/callback/__pycache__/__init__.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/ansible_runner/display_callback/callback/__pycache__/__init__.cpython-313.pyc
/usr/lib/python3.13/site-packages/ansible_runner/display_callback/callback/__pycache__/awx_display.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/ansible_runner/display_callback/callback/__pycache__/awx_display.cpython-313.pyc
/usr/lib/python3.13/site-packages/ansible_runner/display_callback/callback/awx_display.py
/usr/lib/python3.13/site-packages/ansible_runner/exceptions.py
/usr/lib/python3.13/site-packages/ansible_runner/interface.py
/usr/lib/python3.13/site-packages/ansible_runner/loader.py
/usr/lib/python3.13/site-packages/ansible_runner/output.py
/usr/lib/python3.13/site-packages/ansible_runner/plugins
/usr/lib/python3.13/site-packages/ansible_runner/plugins/__init__.py
/usr/lib/python3.13/site-packages/ansible_runner/plugins/__pycache__
/usr/lib/python3.13/site-packages/ansible_runner/plugins/__pycache__/__init__.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/ansible_runner/plugins/__pycache__/__init__.cpython-313.pyc
/usr/lib/python3.13/site-packages/ansible_runner/runner.py
/usr/lib/python3.13/site-packages/ansible_runner/runner_config.py
/usr/lib/python3.13/site-packages/ansible_runner/streaming.py
/usr/lib/python3.13/site-packages/ansible_runner/utils
/usr/lib/python3.13/site-packages/ansible_runner/utils/__init__.py
/usr/lib/python3.13/site-packages/ansible_runner/utils/__pycache__
/usr/lib/python3.13/site-packages/ansible_runner/utils/__pycache__/__init__.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/ansible_runner/utils/__pycache__/__init__.cpython-313.pyc
/usr/lib/python3.13/site-packages/ansible_runner/utils/__pycache__/base64io.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/ansible_runner/utils/__pycache__/base64io.cpython-313.pyc
/usr/lib/python3.13/site-packages/ansible_runner/utils/__pycache__/capacity.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/ansible_runner/utils/__pycache__/capacity.cpython-313.pyc
/usr/lib/python3.13/site-packages/ansible_runner/utils/__pycache__/importlib_compat.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/ansible_runner/utils/__pycache__/importlib_compat.cpython-313.pyc
/usr/lib/python3.13/site-packages/ansible_runner/utils/__pycache__/streaming.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/ansible_runner/utils/__pycache__/streaming.cpython-313.pyc
/usr/lib/python3.13/site-packages/ansible_runner/utils/base64io.py
/usr/lib/python3.13/site-packages/ansible_runner/utils/capacity.py
/usr/lib/python3.13/site-packages/ansible_runner/utils/importlib_compat.py
/usr/lib/python3.13/site-packages/ansible_runner/utils/streaming.py
/usr/share/doc/packages/ansible-runner
/usr/share/doc/packages/ansible-runner/README.md
/usr/share/licenses/ansible-runner
/usr/share/licenses/ansible-runner/LICENSE.md


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Apr 14 22:37:19 2026