|
---
|
|
- name: apt install needrestart
|
|
apt:
|
|
name: needrestart
|
|
|
|
- name: deploy needrestart configuration files
|
|
template:
|
|
src: "{{ item }}.j2"
|
|
dest: "{{ ('/etc', item) | path_join }}"
|
|
loop:
|
|
- needrestart/conf.d/automatic.conf
|
|
- needrestart/conf.d/override.conf
|