Commit f262b8e Tobias Richter
committed
1 parent a78982b commit f262b8e Copy full SHA for f262b8e
File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 22
22
- " {{ jenkins_plugins_updates_base_url }}"
23
23
- " jenkins_plugins_updates_update_site_url"
24
24
- " {{ jenkins_plugins_updates_update_site_url }}"
25
- when : jenkins_plugins_debug
25
+ when : jenkins_plugins_debug | bool
26
26
27
27
- name : " Configure Update Center"
28
28
jenkins_script :
76
76
- " {{ jenkins_plugins_install_plugins }}"
77
77
- " jenkins_plugins_uninstall_plugins"
78
78
- " {{ jenkins_plugins_uninstall_plugins }}"
79
- when : jenkins_plugins_debug
79
+ when : jenkins_plugins_debug | bool
80
80
81
81
- name : Install/Manage Jenkins plugins.
82
82
jenkins_plugin :
139
139
{{ jenkins_facts_plugins_failed }}
140
140
141
141
when :
142
- - jenkins_plugins_failedplugins_check
143
- - (_jenkins_plugins_install_result.changed or _jenkins_plugins_uninstall_result.changed)
142
+ - jenkins_plugins_failedplugins_check | bool
143
+ - (_jenkins_plugins_install_result.changed | bool or _jenkins_plugins_uninstall_result.changed | bool )
You can’t perform that action at this time.
0 commit comments