cleaned up caching
diff --git a/components/opdk-install-component.yml b/components/opdk-install-component.yml index 2428fa1..efa3a32 100644 --- a/components/opdk-install-component.yml +++ b/components/opdk-install-component.yml
@@ -2,8 +2,7 @@ - hosts: '{{ hosts }}' serial: 1 roles: - - apigee-opdk-setup-default-settings - apigee-opdk-setup-component-installer - - { role: apigee-opdk-setup-component, profile: '{{ component_profile }}' } + - { role: apigee-opdk-setup-component, profile: '{{ component_profile }}', opdk_installation_config_file: '{{ opdk_baas_silent_install_file_path }}' } tags: - apigee-component
diff --git a/configuration/opdk-setup-os.yml b/configuration/opdk-setup-os.yml index a6cb2f3..33f5e5e 100644 --- a/configuration/opdk-setup-os.yml +++ b/configuration/opdk-setup-os.yml
@@ -13,7 +13,6 @@ - name: Load credentials from file include_vars: '~/.apigee/credentials.yml' roles: - - apigee-opdk-setup-default-settings - apigee-opdk-setup-os-minimum - apigee-opdk-setup-selinux-disable - apigee-opdk-shutdown-iptables