Skip to content

Commit

Permalink
Merge pull request #610 from konstruktoid/noble
Browse files Browse the repository at this point in the history
ensure upgrade dont change
  • Loading branch information
konstruktoid authored Apr 17, 2024
2 parents 97c6f30 + a096015 commit 5cf7f60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/packagemgmt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
upgrade: safe
register: apt_upgrade_response
changed_when:
- apt_upgrade_response.stdout.find('0 upgraded') == -1
- "'0 upgraded, 0 newly installed, 0 to remove' not in apt_upgrade_response.stdout"
when:
- system_upgrade | bool
notify:
Expand Down

0 comments on commit 5cf7f60

Please sign in to comment.