mirror of
https://github.com/ansible-collections/ansible.posix.git
synced 2026-01-11 15:15:26 +01:00
Add bindep.txt file for execution environments
This adds rsync to the bindep.txt file, which will ensure rsync is installed as a dependency for execution environments. Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
parent
610717ca76
commit
f0f0b0a2e2
1 changed files with 4 additions and 0 deletions
4
bindep.txt
Normal file
4
bindep.txt
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
# This is a cross-platform list tracking distribution packages needed by tests;
|
||||
# see https://docs.openstack.org/infra/bindep/ for additional information.
|
||||
|
||||
rsync [platform:centos-8 platform:rhel-8]
|
||||
Loading…
Reference in a new issue