From: Vanessa Rene Valderrama Date: Mon, 9 Dec 2019 18:16:14 +0000 (-0600) Subject: Remove packagecloud install X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F94%2F23894%2F1;p=ci-management.git Remove packagecloud install Removing the packagecloud install becuase it's already installed on the base image. Change-Id: I2c02ced4710dee58e3443071b484728d408361cd Signed-off-by: Vanessa Rene Valderrama --- diff --git a/packer/provision/local-builder.yaml b/packer/provision/local-builder.yaml index 84baf341c..31ce7f83a 100644 --- a/packer/provision/local-builder.yaml +++ b/packer/provision/local-builder.yaml @@ -154,10 +154,6 @@ when: ansible_os_family == 'RedHat' become: true - - name: 'Install PackageCloud' - command: 'gem install package_cloud' - become: true - roles: - lfit.mono-install