zuul-jobs/test-playbooks/dstat-graph.yaml
James E. Blair 509880073e Remove command.warn usage
This is no longer present in Ansible 9.

Removing these upsets ansible-lint, so those errors are ignored.

The base roles job has bitrotted on centos-7 and bionic due to
a bad voluptuous release used in an stestr test.  That is fixed in
this change as well.

Change-Id: I67886d5ad82ab590979f82bd102d6f974b9d4421
2024-02-14 15:17:52 -08:00

20 lines
393 B
YAML

- hosts: all
roles:
- role: ensure-dstat-graph
vars:
dstat_graph_cache_ignore: true
- run-dstat
# Simulate workload
- hosts: all
tasks:
# Not using ansible pause module on purpose in order to simulate the load
- name: Simulate workload
command: sleep 10
- hosts: all
roles:
- role: dstat-graph
vars:
dstat_graph_cache_ignore: true