🎨: use ansible.builtin.package with update_cache systematically
This commit is contained in:
@@ -1,13 +1,12 @@
|
||||
---
|
||||
|
||||
- name: Install tuned
|
||||
ansible.builtin.apt:
|
||||
name: "{{ item }}"
|
||||
ansible.builtin.package:
|
||||
name:
|
||||
- tuned
|
||||
- tuned-utils
|
||||
state: present
|
||||
update_cache: true
|
||||
loop:
|
||||
- tuned
|
||||
- tuned-utils
|
||||
|
||||
- name: Put config files
|
||||
ansible.builtin.copy:
|
||||
|
Reference in New Issue
Block a user