mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-23 05:10:22 -07:00
using get_bin_path() on atomic modules (#2144)
* using get_bin_path() on atomic modules * added changelog fragment * Update changelogs/fragments/2144-atomic_get_bin_path.yml Co-authored-by: Felix Fontein <felix@fontein.de> Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
parent
3312ae08af
commit
c8885fdfbd
4 changed files with 28 additions and 28 deletions
4
changelogs/fragments/2144-atomic_get_bin_path.yml
Normal file
4
changelogs/fragments/2144-atomic_get_bin_path.yml
Normal file
|
@ -0,0 +1,4 @@
|
|||
minor_changes:
|
||||
- atomic_container - using ``get_bin_path()`` before calling ``run_command()`` (https://github.com/ansible-collections/community.general/pull/2144).
|
||||
- atomic_host - using ``get_bin_path()`` before calling ``run_command()`` (https://github.com/ansible-collections/community.general/pull/2144).
|
||||
- atomic_image - using ``get_bin_path()`` before calling ``run_command()`` (https://github.com/ansible-collections/community.general/pull/2144).
|
Loading…
Add table
Add a link
Reference in a new issue