File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 4848 default: None
4949 timeout:
5050 description:
51- - Timeout setting: 30s, 1m, 1h...
51+ - " Timeout setting: 30s, 1m, 1h..."
5252 required: False
5353 default: 1m
5454 plugin_bin:
6262 required: False
6363 default: /usr/share/elasticsearch/plugins/
6464 version:
65- description:
66- - Version of the plugin to be installed.
65+ description:
66+ - Version of the plugin to be installed.
6767 If plugin exists with previous version, it will NOT be updated
6868 required: False
6969 default: None
@@ -141,7 +141,7 @@ def main():
141141 # skip if the state is correct
142142 if (present and state == "present" ) or (state == "absent" and not present ):
143143 module .exit_json (changed = False , name = name )
144-
144+
145145 if (version ):
146146 name = name + '/' + version
147147
You can’t perform that action at this time.
0 commit comments