mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
add azure_rm_rediscache reboot/regenerate key (#54572)
This commit is contained in:
@@ -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 }}"
|
||||
|
||||
Reference in New Issue
Block a user