Skip to content

Commit afd434f

Browse files
author
Rene Moser
committed
cleanup unused arg
1 parent 4ea91c7 commit afd434f

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

plugins/modules/cs_template.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,6 @@
4949
- The MD5 checksum value of this template.
5050
- If set, we search by checksum instead of name.
5151
type: str
52-
is_ready:
53-
description:
54-
- "Note: this flag was not implemented and therefore marked as deprecated."
55-
- Deprecated, will be removed in version 2.11.
56-
type: bool
5752
is_public:
5853
description:
5954
- Register the template to be publicly available to all users.
@@ -680,7 +675,6 @@ def main():
680675
vm=dict(),
681676
snapshot=dict(),
682677
os_type=dict(),
683-
is_ready=dict(type='bool', removed_in_version='2.11'),
684678
is_public=dict(type='bool'),
685679
is_featured=dict(type='bool'),
686680
is_dynamically_scalable=dict(type='bool'),

0 commit comments

Comments
 (0)