jenkins_job fix: NameError: global name 'module' is not defined (#2910)

reviewable/pr18780/r1
René Moser 8 years ago committed by GitHub
parent 24aceceb36
commit 6d37aa4260

@ -235,7 +235,7 @@ class JenkinsJob:
def present_job(self):
if self.config is None and self.enabled is None:
module.fail_json(msg='one of the following params is required on state=present: config,enabled')
self.module.fail_json(msg='one of the following params is required on state=present: config,enabled')
if not self.job_exists():
self.create_job()

Loading…
Cancel
Save