Skip to content

Commit

Permalink
Display futur changes as orange (as "changes")
Browse files Browse the repository at this point in the history
  • Loading branch information
Zempashi committed Dec 4, 2023
1 parent fc39bcd commit 1ff51e2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions roles/process_reasons/tasks/main.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
- debug:
var: _failure_reasons
changed_when: _failure_reasons|length > 0

- name: 'Fail if failure reasons found'
fail:
Expand All @@ -10,10 +11,12 @@
- name: 'Display config upgrade reasons'
debug:
var: _config_upgrade_reasons
changed_when: _config_upgrade_reasons|length > 0

- name: 'Display upgrade reasons'
debug:
var: _upgrade_reasons
changed_when: _upgrade_reasons|length > 0

- name: 'Pause to review diff and upgrade reasons'
pause:
Expand Down

0 comments on commit 1ff51e2

Please sign in to comment.