Merge pull request #266 from pabelanger/temp/bindep.txt

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

Reviewed-by: None <None>
This commit is contained in:
ansible-zuul[bot] 2021-09-15 06:40:06 +00:00 committed by GitHub
commit 6e2230c1b3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

4
bindep.txt Normal file
View 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]