blob: 673b16185d2ea33f67b5c482ad080d3d7dbb896e [file]
---
- hosts: rmp
become: true
tasks:
- name: update cach properties
lineinfile:
owner: apigee
group: apigee
line: "conf_keymanagement_kms_cache_memory_element_enable=false"
dest: "/opt/apigee/customer/application/message-processor.properties"
regexp: '^conf_keymanagement_kms_cache_memory_element_enable=false'
create: true