mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 21:00:22 -07:00
Make integration tests for fact gathering assert on failure
This commit is contained in:
parent
512825455e
commit
f0e6d28815
2 changed files with 98 additions and 16 deletions
|
@ -4,6 +4,9 @@ testhost2 ansible_ssh_host=127.0.0.1 ansible_connection=local
|
|||
# For testing delegate_to
|
||||
testhost3 ansible_ssh_host=127.0.0.3
|
||||
testhost4 ansible_ssh_host=127.0.0.4
|
||||
# For testing fact gathering
|
||||
facthost[0:7] ansible_host=1270.0.0.1 ansible_connection=local
|
||||
|
||||
|
||||
# the following inline declarations are accompanied
|
||||
# by (preferred) group_vars/ and host_vars/ variables
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue