Remove common role usage
This commit is contained in:
parent
e7ecd16360
commit
cb30e01299
6 changed files with 27 additions and 13 deletions
|
|
@ -47,6 +47,6 @@
|
|||
owner: root
|
||||
group: root
|
||||
mode: '0644'
|
||||
notify:
|
||||
notify:
|
||||
- restart nftables
|
||||
- restart docker service
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue