run k8s_info 100x in a row
- hosts: localhost | |
gather_facts: false | |
tasks: | |
- k8s_info: | |
kind: Pod | |
with_sequence: count=100 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment