Skip to content
Snippets Groups Projects
Commit 3ea1c76b authored by ak@geant.org's avatar ak@geant.org
Browse files

fix styling

parent 844c3ea5
No related branches found
No related tags found
1 merge request!2Cic changes
Pipeline #84257 passed
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
check: true check: true
commit: false commit: false
register: response register: response
when: verb == "test" and dry_run | ansible.builtin.bool when: verb == "test" and (dry_run | ansible.builtin.bool)
### This task never fails. It only shows differences if ther are any ### This task never fails. It only shows differences if ther are any
### but commit-check in the previous task should succeed ### but commit-check in the previous task should succeed
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment