Skip to content
Snippets Groups Projects

Cic changes

Merged Aleksandr Kurbatov requested to merge cic_changes into main
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -9,7 +9,7 @@
check: true
commit: false
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
### but commit-check in the previous task should succeed
Loading