when the setup changed something, show output in changed color
This commit is contained in:
parent
b021bb2620
commit
5fda82d0d3
1 changed files with 2 additions and 0 deletions
|
|
@ -57,3 +57,5 @@
|
||||||
- name: Show ppm output
|
- name: Show ppm output
|
||||||
ansible.builtin.debug:
|
ansible.builtin.debug:
|
||||||
var: ppm_setupstart
|
var: ppm_setupstart
|
||||||
|
# Also mark it when the actual command changed, so it is easy to find...
|
||||||
|
changed_when: "'No changes have been made, everything was already ok' not in ppm_setupstart.stdout"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue