mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 14:22:46 +00:00
minor spelling changes
This commit is contained in:
committed by
Brian Coca
parent
054a3fccf8
commit
0b8011436d
@@ -419,7 +419,7 @@ options:
|
||||
state:
|
||||
description:
|
||||
- Indicates desired state of the instance.
|
||||
- If C(current), the current state of the VM will be fecthed. You can acces it with C(results.status)
|
||||
- If C(current), the current state of the VM will be fecthed. You can access it with C(results.status)
|
||||
choices: ['present', 'started', 'absent', 'stopped', 'restarted','current']
|
||||
required: false
|
||||
default: present
|
||||
|
||||
@@ -667,7 +667,7 @@ class RHEVConn(object):
|
||||
setChanged()
|
||||
try:
|
||||
NIC.update()
|
||||
setMsg('iface has succesfully been updated.')
|
||||
setMsg('iface has successfully been updated.')
|
||||
except Exception as e:
|
||||
setMsg("Failed to update the iface.")
|
||||
setMsg(str(e))
|
||||
|
||||
Reference in New Issue
Block a user