zuul-jobs/roles/run-dstat/tasks/default.yaml
James E. Blair aeeb946ebf Update dstat to support bionic and others
Change-Id: Ida88ebbc6c169878adbb8e4f06da05eac813a04b
2021-10-22 12:51:41 -07:00

7 lines
102 B
YAML

- name: Install dstat
package:
name: pcp
state: present
become: true
failed_when: false