From 3ff56a67b354da9d5d18016813ccb8f7d2d28a2f Mon Sep 17 00:00:00 2001 From: Vanessa Rene Valderrama Date: Fri, 6 Dec 2019 15:02:35 -0600 Subject: Remove rake install Removing the rake install because the newer version requires a newer version of Ruby. Change-Id: Ic50dec1f6a54971de3ca6a2a82b2b3e085d17029 Signed-off-by: Vanessa Rene Valderrama --- packer/provision/local-builder.yaml | 8 -------- 1 file changed, 8 deletions(-) (limited to 'packer') diff --git a/packer/provision/local-builder.yaml b/packer/provision/local-builder.yaml index 1fb28aac7..84baf341c 100644 --- a/packer/provision/local-builder.yaml +++ b/packer/provision/local-builder.yaml @@ -154,14 +154,6 @@ when: ansible_os_family == 'RedHat' become: true - - name: 'Install ruby gems' - command: 'gem install "rubygems-update:<3.0.0" --no-document' - become: 'true' - - - name: 'Install rake gem' - command: 'gem install rake' - become: true - - name: 'Install PackageCloud' command: 'gem install package_cloud' become: true -- cgit 1.2.3-korg