mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-06-29 23:49:09 +00:00
add azure_rm_rediscache reboot/regenerate key (#54572)
This commit is contained in:
parent
f9877fca18
commit
11e3cc3cab
2 changed files with 123 additions and 1 deletions
|
|
@ -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 }}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue