mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 22:02:50 +00:00
save_snapshot_locally nxos_snapshot (#40227)
Signed-off-by: Trishna Guha <trishnaguha17@gmail.com>
This commit is contained in:
@@ -13,6 +13,7 @@
|
||||
action: create
|
||||
snapshot_name: test_snapshot1
|
||||
description: Ansible
|
||||
save_snapshot_locally: true
|
||||
provider: "{{ connection }}"
|
||||
|
||||
- name: create another snapshot
|
||||
@@ -24,6 +25,7 @@
|
||||
show_command: show ip interface brief
|
||||
row_id: ROW_intf
|
||||
element_key1: intf-name
|
||||
save_snapshot_locally: true
|
||||
provider: "{{ connection }}"
|
||||
|
||||
- name: compare snapshots
|
||||
|
||||
Reference in New Issue
Block a user