issue #164: split "examples" out into regression/integration tests.
parent
aa8d7a0250
commit
49aa8834b0
@ -1,9 +0,0 @@
|
||||
|
||||
# playbooks Directory
|
||||
|
||||
Although this lives under `examples/`, it is more or less an organically
|
||||
growing collection of regression tests used for development relating to user
|
||||
bug reports.
|
||||
|
||||
This will be tidied up over time, meanwhile, the playbooks here are a useful
|
||||
demonstrator for what does and doesn't work.
|
@ -0,0 +1,8 @@
|
||||
|
||||
# ``tests/ansible`` Directory
|
||||
|
||||
This is an an organically growing collection of integration and regression
|
||||
tests used for development and end-user bug reports.
|
||||
|
||||
It will be tidied up over time, meanwhile, the playbooks here are a useful
|
||||
demonstrator for what does and doesn't work.
|
@ -1,5 +1,5 @@
|
||||
- hosts: all
|
||||
tasks:
|
||||
- name: "Run hostname"
|
||||
- name: builtin_command_module
|
||||
command: hostname
|
||||
with_sequence: start=1 end={{end|default(100)}}
|
Loading…
Reference in New Issue