Skip to content

Commit

Permalink
Add unattended-upgrades
Browse files Browse the repository at this point in the history
  • Loading branch information
f0reachARR committed Oct 30, 2024
1 parent 6744fdf commit 1534933
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
Empty file.
7 changes: 7 additions & 0 deletions ansible/roles/disable_unwanted_service/tasks/main.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
- name: Disable unattended-upgrades
ansible.builtin.systemd:
unit: unattended-upgrades.service
enabled: false
state: stopped
masked: true
become: true

0 comments on commit 1534933

Please sign in to comment.