Skip to content

Commit

Permalink
Remove unattended-upgrade support.
Browse files Browse the repository at this point in the history
  • Loading branch information
r-pufky committed Jul 6, 2023
1 parent 34eeb4f commit 5ae70e1
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 7 deletions.
5 changes: 0 additions & 5 deletions handlers/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,6 @@
name: 'pveproxy'
state: 'restarted'

- name: 'restart unattended-upgrades'
ansible.builtin.service:
name: 'unattended-upgrades'
state: 'restarted'

- name: 'update grub'
ansible.builtin.command: 'update-grub'
changed_when: false
Expand Down
2 changes: 1 addition & 1 deletion provision/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@
- ansible.builtin.import_tasks: roles/pve/global_tasks/dns.yml
- ansible.builtin.import_tasks: create_cluster.yml
- ansible.builtin.include_tasks: fail2ban.yml
when: pve_install_fail2ban_rules
when: pve_install_fail2ban_rules
1 change: 0 additions & 1 deletion vars/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
# Default required packages for PVE install.

pve_core_packages:
- 'unattended-upgrades' # automatic updates.
- 'sudo' # sudo usage with ansible.
- 'vim' # sane minimal editor.
- 'python3-pexpect' # password expect usage on cluster setup.
Expand Down

0 comments on commit 5ae70e1

Please sign in to comment.