Genericize the roal to look like the rest
This commit is contained in:
16
tasks/Debian-default.yml
Normal file
16
tasks/Debian-default.yml
Normal file
@@ -0,0 +1,16 @@
|
||||
---
|
||||
# tasks file for ensure_os_patch
|
||||
- name: 'ensure Debian patch'
|
||||
when:
|
||||
- ansible_system == 'Linux'
|
||||
- ansible_pkg_mgr == 'apt'
|
||||
ansible.builtin.apt:
|
||||
autoclean: 'yes'
|
||||
autoremove: 'yes'
|
||||
upgrade: 'dist'
|
||||
notify:
|
||||
- 'ensure_os_patch.package_facts'
|
||||
- 'ensure_os_patch.service_facts'
|
||||
- name: 'flush handlers'
|
||||
meta: 'flush_handlers'
|
||||
|
||||
Reference in New Issue
Block a user