mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 06:12:51 +00:00
correct example since per_host default is false (#54725)
This commit is contained in:
committed by
Brian Coca
parent
579e72573a
commit
2c169e0baf
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user