5e55af2f02
* satisfy the all-knowing, ever present God of Sanity and use 'grep -c' vs. 'wc -l'
13 lines
244 B
YAML
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
|