Remove common role usage

This commit is contained in:
Sonny Bakker 2025-04-22 06:29:17 +02:00
parent e7ecd16360
commit cb30e01299
6 changed files with 27 additions and 13 deletions

View file

@ -47,6 +47,6 @@
owner: root
group: root
mode: '0644'
notify:
notify:
- restart nftables
- restart docker service

View file

@ -14,7 +14,7 @@
owner: root
group: root
mode: '0644'
notify: reload ssh
notify: restart ssh
- name: Copy wezterm terminfo file
ansible.builtin.copy:
@ -25,12 +25,12 @@
- name: Disable user lingering
become: true
ansible.builtin.command: 'loginctl disable-linger sonny'
ansible.builtin.command: loginctl disable-linger sonny
- name: Copy unattended upgrades configuration
become: true
ansible.builtin.template:
src: 'templates/unattended-upgrades.j2'
src: templates/unattended-upgrades.j2
dest: '/etc/apt/apt.conf.d/10periodic'
owner: root
group: root