dnf-automatic: just change to any stdout showing change as no change has no output.

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2018-12-30 18:41:23 +00:00
parent fcd5b3da20
commit 9e2e121b25

View file

@ -45,7 +45,7 @@
command: systemctl enable dnf-automatic-install.timer
when: ansible_distribution_major_version|int >= 26
register: dnf-automatic-enable
changed_when: dnf-automatic-enable.stdout is defined and "'Created symlink ' in dnf-automatic-enable.stdout"
changed_when: dnf-automatic-enable.stdout is defined
tags:
- config