Add unattended upgrades setup
This commit is contained in:
parent
0499b896e1
commit
b9be376f13
5 changed files with 241 additions and 14 deletions
|
|
@ -44,3 +44,8 @@
|
|||
name: certbot
|
||||
state: restarted
|
||||
enabled: false
|
||||
|
||||
- name: Compile wezterm terminfo file
|
||||
become: true
|
||||
when: wezterm_copy.changed
|
||||
ansible.builtin.command: 'tic -x {{ ansible_env.HOME }}/.terminfo'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue