ansible patch
This commit is contained in:
6
roles/apt/tasks/main.yml
Normal file
6
roles/apt/tasks/main.yml
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
- name: Install mpstat package
|
||||
become: true
|
||||
apt:
|
||||
name: sysstat
|
||||
state: present
|
||||
Reference in New Issue
Block a user