Skip to content
This repository has been archived by the owner on Jun 25, 2023. It is now read-only.

Fix deprecation warning #92

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tasks/main.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
- include: unattended-upgrades.yml
- include_tasks: unattended-upgrades.yml
tags: unattended
2 changes: 1 addition & 1 deletion tasks/unattended-upgrades.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
update_cache: yes

- name: install reboot dependencies
include: reboot.yml
include_tasks: reboot.yml
when: unattended_automatic_reboot|bool

- name: create APT auto-upgrades configuration
Expand Down