Commit 4a2aef3 1 parent 512fca2 commit 4a2aef3 Copy full SHA for 4a2aef3
File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 49
49
50
50
EXAMPLES = r'''
51
51
- name: Gather information about all snapshots in VMware vCenter
52
- vmware_snapshot_info_all :
52
+ vmware_all_snapshots_info :
53
53
hostname: '{{ vcenter_hostname }}'
54
54
username: '{{ vcenter_username }}'
55
55
password: '{{ vcenter_password }}'
56
56
validate_certs: no
57
57
datacenter: '{{ datacenter_name }}'
58
58
delegate_to: localhost
59
59
- name: Gather information of a snapshot with filters applied and match_type in exacts.
60
- vmware_snapshot_info_all :
60
+ vmware_all_snapshots_info :
61
61
hostname: '{{ vcenter_hostname }}'
62
62
username: '{{ vcenter_username }}'
63
63
password: '{{ vcenter_password }}'
68
68
vm_name: "you_marchine_name"
69
69
delegate_to: localhost
70
70
- name: Gather information of snapshots that in their name contain the "test" in their name.
71
- vmware_snapshot_info_all :
71
+ vmware_all_snapshots_info :
72
72
hostname: '{{ vcenter_hostname }}'
73
73
username: '{{ vcenter_username }}'
74
74
password: '{{ vcenter_password }}'
You can’t perform that action at this time.
0 commit comments