ansible/test/integration/targets/set_stats/test_aggregate.yml
David Shrewsbury 5e55af2f02
[test coverage] Add tests for set_stats (#74243)
* satisfy the all-knowing, ever present God of Sanity and use 'grep -c' vs. 'wc -l'
2021-04-13 11:43:53 -04:00

13 lines
244 B
YAML

---
- hosts: localhost
gather_facts: false
tasks:
- name: First set_stats
set_stats:
data:
my_int: 10
- name: Second set_stats
set_stats:
data:
my_int: 15