Skip to content

Commit

Permalink
Merge pull request #1284 from tu1h/disable_kernel_unattended_upgrade
Browse files Browse the repository at this point in the history
Fix bug of #1283
  • Loading branch information
ErikJiang authored Jun 18, 2024
2 parents 4109684 + b5ac42c commit d3cef1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion playbooks/disable-kernel-unattended-upgrade.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@
state: present
when:
- ansible_distribution == "Ubuntu"
- ubuntu_kernel_unattended_upgrades_disabled
- not ubuntu_kernel_unattended_upgrades_disabled
- not skip_disable_kernel_unattended_upgrades_playbook

0 comments on commit d3cef1d

Please sign in to comment.