mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Correct invalid example in jenkins_script docs (#46193)
This commit is contained in:
parent
87416a4b91
commit
0a55431d83
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ EXAMPLES = '''
|
|||
password: admin
|
||||
|
||||
- name: Setting master using a variable to hold a more complicate script
|
||||
vars:
|
||||
set_fact:
|
||||
setmaster_mode: |
|
||||
import jenkins.model.*
|
||||
instance = Jenkins.getInstance()
|
||||
|
|
Loading…
Reference in a new issue