mirror of
https://github.com/ansible-collections/ansible.posix.git
synced 2026-01-11 15:15:26 +01:00
Merge pull request #420 from austlane/bindep-centos
bindep - install rsync on all EL variants Adds support for installing rsync for centos and related EL variants (AlmaLinux, Rocky, Oracle, etc) rsync is an extremely common package, available in the base repos of all EL distros. This is necessary to properly support AWX-EE and other community-built EL Execution Environments. See: ansible/awx-ee#167 Reviewed-by: Austin Lane <austinwlane@gmail.com> Reviewed-by: Hideki Saito <saito@fgrep.org>
This commit is contained in:
commit
1eb594b836
1 changed files with 1 additions and 1 deletions
|
|
@ -1,4 +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:rhel-8 platform:rhel-9]
|
||||
rsync [platform:redhat]
|
||||
|
|
|
|||
Loading…
Reference in a new issue