We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0e3b2ca + 74cb212 commit 8b5d2ddCopy full SHA for 8b5d2dd
tasks/main.yml
@@ -190,5 +190,4 @@
190
191
- name: Verify Jenkins Web UI Content
192
action: fail
193
- when: jenkins_ui.content.find('Jenkins ver. 2') == -1
194
-
+ when: "'Jenkins' not in jenkins_ui.content"
test/test_basic.yml
@@ -118,7 +118,7 @@
118
119
120
121
122
123
- name: Verify jenkins_script Works with Security
124
jenkins_script:
@@ -140,4 +140,3 @@
140
register: script_test_2
141
changed_when: false
142
failed_when: "'Hello World!' not in script_test_2.output"
143
0 commit comments