mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-01 13:59:09 -07:00
Fix examples formatting (#345)
This commit is contained in:
parent
31ba39cac4
commit
a7c830f49d
148 changed files with 330 additions and 334 deletions
|
@ -72,13 +72,13 @@ EXAMPLES = '''
|
|||
instance.setMode(${jenkins_mode})
|
||||
instance.save()
|
||||
|
||||
- name: use the variable as the script
|
||||
- name: Use the variable as the script
|
||||
jenkins_script:
|
||||
script: "{{ setmaster_mode }}"
|
||||
args:
|
||||
jenkins_mode: Node.Mode.EXCLUSIVE
|
||||
|
||||
- name: interacting with an untrusted HTTPS connection
|
||||
- name: Interacting with an untrusted HTTPS connection
|
||||
jenkins_script:
|
||||
script: "println(Jenkins.instance.pluginManager.plugins)"
|
||||
user: admin
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue