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 79
79
- If using a custom O(updates_url), set this as the username of the user with access to the URL.
80
80
- If the custom O(updates_url) does not require authentication, this can be left empty.
81
81
type: str
82
- version_added: 11.1 .0
82
+ version_added: 11.2 .0
83
83
updates_url_password:
84
84
description:
85
85
- If using a custom O(updates_url), set this as the password of the user with access to the URL.
86
86
- If the custom O(updates_url) does not require authentication, this can be left empty.
87
87
type: str
88
- version_added: 11.1 .0
88
+ version_added: 11.2 .0
89
89
update_json_url_segment:
90
90
type: list
91
91
elements: str
99
99
description:
100
100
- A list of URL segment(s) to retrieve the plugin versions JSON file from.
101
101
default: ['plugin-versions.json', 'current/plugin-versions.json']
102
- version_added: 11.1 .0
102
+ version_added: 11.2 .0
103
103
latest_plugins_url_segments:
104
104
type: list
105
105
elements: str
132
132
description:
133
133
- Defines whether to install plugin dependencies.
134
134
- In earlier versions, this option had no effect when a specific O(version) was set.
135
- Since community.general 11.1 .0, dependencies are also installed for versioned plugins.
135
+ Since community.general 11.2 .0, dependencies are also installed for versioned plugins.
136
136
type: bool
137
137
default: true
138
138
You can’t perform that action at this time.
0 commit comments