File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed
Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change 55 changed_when : " item in update_result_apt.stdout"
66 when : ansible_pkg_mgr == "apt" and item in update_result_apt.stdout
77 with_items : " {{ smart_reboot_pkg }}"
8- register : smart_result
98 notify : reboot
109
1110- name : Check updated packages for smart reboot (YUM)
1413 changed_when : " item in update_result_yum.results|string"
1514 when : ansible_pkg_mgr == "yum" and item in update_result_yum.results|string
1615 with_items : " {{ smart_reboot_pkg }}"
17- register : smart_result
1816 notify : reboot
1917
2018- name : Check updated packages for smart reboot (DNF)
2321 changed_when : " item in update_result_dnf.results|string"
2422 when : ansible_pkg_mgr == "dnf" and item in update_result_dnf.results|string
2523 with_items : " {{ smart_reboot_pkg }}"
26- register : smart_result
2724 notify : reboot
2825
2926- meta : flush_handlers
You can’t perform that action at this time.
0 commit comments