Add rsync to required packages for redhat based OS

This is requried by one of the cinder role ansible tasks so we should
ensure that is it installed

Change-Id: Iee48947d95a8748748dcce6e856e756afbc6d4f2
This commit is contained in:
Jonathan Rosser 2020-10-08 08:44:55 +01:00
parent 586c96a17c
commit 4df6d5324d

View File

@ -19,6 +19,7 @@ tgt_service_name: tgtd
# Common yum packages
cinder_distro_packages:
- iscsi-initiator-utils
- rsync
- kmod-libs
- libxml2
- which