mitogen/tests/ansible/integration/runner__builtin_command_mod...

6 lines
135 B
YAML
Raw Normal View History

2018-02-14 16:33:11 +00:00
- hosts: all
2018-02-25 19:04:10 +00:00
tasks:
- name: builtin_command_module
2018-02-25 19:04:10 +00:00
command: hostname
with_sequence: start=1 end={{end|default(100)}}