mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-07-01 16:18:55 +00:00
Add the start of an integration test structure using Ansible playbooks, also added an assert action plugin to make writing those easier.
This commit is contained in:
parent
6c3b4570d7
commit
c91ceddfac
20 changed files with 290 additions and 2 deletions
5
tests_new/integration/test_setup.yml
Normal file
5
tests_new/integration/test_setup.yml
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
- hosts: testhost
|
||||
gather_facts: False
|
||||
roles:
|
||||
- test_setup
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue