diff options
author | Vanessa Rene Valderrama <vvalderrama@linuxfoundation.org> | 2019-12-09 12:16:14 -0600 |
---|---|---|
committer | Vanessa Rene Valderrama <vvalderrama@linuxfoundation.org> | 2019-12-09 12:16:14 -0600 |
commit | 1b6f149f46fccd6aa95b3c7c66689ada1af98c2f (patch) | |
tree | b1289f59107babc783d7c53ce75eb08aead40f4f /packer/provision | |
parent | 56276ce25c32ae0516b37598c33116768dfbca96 (diff) |
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 <vvalderrama@linuxfoundation.org>
Diffstat (limited to 'packer/provision')
-rw-r--r-- | packer/provision/local-builder.yaml | 4 |
1 files changed, 0 insertions, 4 deletions
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 |