ansible/test/integration/targets/docker_image/tasks/run-test.yml
Felix Fontein f19ab56eb4 docker_image, docker_image_facts, docker_volume: add basic integration tests (#47383)
* Add docker_image_facts tests.

* Add basic integration test for docker_volume.

* Add basic docker_image tests.

* Only start test registry when tests are actually run (i.e. not on CentOS 6).
2018-10-26 10:51:41 +10:00

3 lines
74 B
YAML

---
- name: "Loading tasks from {{ item }}"
include_tasks: "{{ item }}"