mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-07-08 03:28:57 +00:00
vsphere_copy: fix the E309 error (#56537)
Resolve the two following errors: ERROR: lib/ansible/modules/cloud/vmware/vsphere_copy.py:0:0: E309 version_added for new option (host) should be '2.9'. Currently None ERROR: lib/ansible/modules/cloud/vmware/vsphere_copy.py:0:0: E309 version_added for new option (login) should be '2.9'. Currently None
This commit is contained in:
parent
867e357eb1
commit
32620b7e00
2 changed files with 8 additions and 19 deletions
|
|
@ -307,7 +307,6 @@ lib/ansible/modules/cloud/vmware/vca_vapp.py E322
|
|||
lib/ansible/modules/cloud/vmware/vca_vapp.py E324
|
||||
lib/ansible/modules/cloud/vmware/vmware_guest.py E322
|
||||
lib/ansible/modules/cloud/vmware/vsphere_copy.py E322
|
||||
lib/ansible/modules/cloud/vmware/vsphere_copy.py E309
|
||||
lib/ansible/modules/clustering/consul.py E322
|
||||
lib/ansible/modules/clustering/consul_session.py E322
|
||||
lib/ansible/modules/clustering/etcd3.py E326
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue