mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 21:00:22 -07:00
Fixing state=present for jenkins_plugin module (#52051)
This commit is contained in:
parent
687279c7bd
commit
5f4840aaa8
1 changed files with 1 additions and 1 deletions
|
@ -478,7 +478,7 @@ class JenkinsPlugin(object):
|
||||||
self._write_file(plugin_file, data)
|
self._write_file(plugin_file, data)
|
||||||
|
|
||||||
changed = True
|
changed = True
|
||||||
else:
|
elif self.params['version'] == 'latest':
|
||||||
# Check for update from the updates JSON file
|
# Check for update from the updates JSON file
|
||||||
plugin_data = self._download_updates()
|
plugin_data = self._download_updates()
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue