add azure_rm_rediscache reboot/regenerate key (#54572)

This commit is contained in:
Yunge Zhu
2019-04-01 13:54:08 +08:00
committed by GitHub
parent f9877fca18
commit 11e3cc3cab
2 changed files with 123 additions and 1 deletions

View File

@@ -123,6 +123,18 @@
# that:
# - output.changed
# - name: Force reboot redis cache
# azure_rm_rediscache:
# resource_group: "{{ resource_group }}"
# name: "{{ redis_name }}"
# reboot:
# reboot_type: all
# register: output
# - assert:
# that:
# - output.changed
# - name: Delete the redis cache (Check Mode)
# azure_rm_rediscache:
# resource_group: "{{ resource_group }}"