mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 12:50:22 -07:00
Add a test target for the foreman inventory script (#46837)
Add a test target for the foreman inventory script
This commit is contained in:
parent
db3d920cfd
commit
0b15ad00c1
5 changed files with 38 additions and 1 deletions
|
@ -31,7 +31,7 @@ class ForemanProvider(CloudProvider):
|
|||
|
||||
DOCKER_SIMULATOR_NAME = 'foreman-stub'
|
||||
|
||||
DOCKER_IMAGE = 'quay.io/ansible/foreman-test-container:1.3.1'
|
||||
DOCKER_IMAGE = 'quay.io/ansible/foreman-test-container:1.4.0'
|
||||
"""Default image to run Foreman stub from.
|
||||
|
||||
The simulator must be pinned to a specific version
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue