mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-24 22:00:22 -07:00
Available choices for 'state' explicitly listed.
This commit is contained in:
parent
3d1090fc66
commit
8bd3d72088
5 changed files with 5 additions and 5 deletions
|
@ -56,7 +56,7 @@ def main():
|
|||
argument_spec=dict(
|
||||
mailbox_name=dict(required=True),
|
||||
mailbox_password=dict(required=True),
|
||||
state=dict(required=False, default='present'),
|
||||
state=dict(required=False, choices=['present', 'absent'], default='present'),
|
||||
login_name=dict(required=True),
|
||||
login_password=dict(required=True),
|
||||
),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue