mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
correct example since per_host default is false (#54725)
This commit is contained in:
parent
579e72573a
commit
2c169e0baf
1 changed files with 1 additions and 0 deletions
|
@ -46,6 +46,7 @@ EXAMPLES = r'''
|
||||||
- set_stats:
|
- set_stats:
|
||||||
data:
|
data:
|
||||||
packages_installed: 31
|
packages_installed: 31
|
||||||
|
per_host: yes
|
||||||
|
|
||||||
# Aggregating random stats for all hosts using complex arguments
|
# Aggregating random stats for all hosts using complex arguments
|
||||||
- set_stats:
|
- set_stats:
|
||||||
|
|
Loading…
Reference in a new issue