Fixing state=present for jenkins_plugin module (#52051)

pull/51973/merge
Jiri Tyr 6 years ago committed by John R Barker
parent 687279c7bd
commit 5f4840aaa8

@ -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()

Loading…
Cancel
Save