mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-28 21:31:26 -07:00
Cleanup integration test inventory. (#50753)
* Move var_blending test inventory into test. * Remove Amazon specific inventory entry for tests. * Remove Azure specific inventory entry for tests. * Move var_precedence test inventory into test. * Move unicode test inventory into test. * Remove unused inventory entry. * Move gathering_facts test inventory into test. * Move delegate_to test inventory into test. * Clean up inventory for binary_modules test. * Clean up integration test inventory.
This commit is contained in:
parent
476a7fc27d
commit
e5094e8071
17 changed files with 72 additions and 84 deletions
|
@ -1,4 +1,4 @@
|
|||
- hosts: testhost_binary_modules
|
||||
- hosts: testhost
|
||||
tasks:
|
||||
- debug: var=ansible_system
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
- hosts: testhost_binary_modules
|
||||
- hosts: testhost
|
||||
roles:
|
||||
- role: test_binary_modules
|
||||
tags:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue