mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 05:12:45 +00:00
Fixing state=present for jenkins_plugin module (#52051)
This commit is contained in:
@@ -478,7 +478,7 @@ class JenkinsPlugin(object):
|
||||
self._write_file(plugin_file, data)
|
||||
|
||||
changed = True
|
||||
else:
|
||||
elif self.params['version'] == 'latest':
|
||||
# Check for update from the updates JSON file
|
||||
plugin_data = self._download_updates()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user