When did the trainee install the updates this month?
ansible -m shell -a "grep -E '\|update\||\|install\|' /var/log/zypp/history | tail -5" -i hosts sles |grep 2026\-04
😉
When did the trainee install the updates this month?
ansible -m shell -a "grep -E '\|update\||\|install\|' /var/log/zypp/history | tail -5" -i hosts sles |grep 2026\-04
😉