diff options
author | Vanessa Rene Valderrama <vvalderrama@linuxfoundation.org> | 2019-12-06 15:02:35 -0600 |
---|---|---|
committer | Vanessa Rene Valderrama <vvalderrama@linuxfoundation.org> | 2019-12-06 15:02:35 -0600 |
commit | 3ff56a67b354da9d5d18016813ccb8f7d2d28a2f (patch) | |
tree | b4c502dc1f457b1141a0a5c1edf270fafc3c5b09 /packer | |
parent | 738fe8755161e77b1a704f1ea1f8522970dd1da2 (diff) |
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 <vvalderrama@linuxfoundation.org>
Diffstat (limited to 'packer')
-rw-r--r-- | packer/provision/local-builder.yaml | 8 |
1 files changed, 0 insertions, 8 deletions
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 |