Skip to content

Commit

Permalink
N'installe pas unattended-upgrades
Browse files Browse the repository at this point in the history
  • Loading branch information
philippemilink committed Apr 13, 2024
1 parent a78f575 commit 0ce5c11
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions roles/common/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,11 @@
state: present
cache_valid_time: 3600

- name: remove unattended-upgrades
ansible.builtin.apt:
pkg: unattended-upgrades
state: absent

- name: should have UTF-8 locales enabled
community.general.locale_gen:
name: "{{ item }}"
Expand Down

0 comments on commit 0ce5c11

Please sign in to comment.