commit 4df6d5324de7fa835f324d027bfcbd87b0d63b3e Author: Jonathan Rosser Date: Thu Oct 8 08:44:55 2020 +0100 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 diff --git a/vars/redhat.yml b/vars/redhat.yml index 533d665..45ba909 100644 --- a/vars/redhat.yml +++ b/vars/redhat.yml @@ -19,6 +19,7 @@ tgt_service_name: tgtd # Common yum packages cinder_distro_packages: - iscsi-initiator-utils + - rsync - kmod-libs - libxml2 - which