mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-05-21 16:39:08 -07:00
Includes support for Reverse-Mapping zone in nios_zone module (#44525)
* support reverse mapping * support reverse mapping * support reverse mapping * fix shippable errors * fix shippable errors * fix shippable errors
This commit is contained in:
parent
d7e66f16a6
commit
1d2bb34992
3 changed files with 201 additions and 2 deletions
|
@ -31,7 +31,7 @@ class NiosProvider(CloudProvider):
|
|||
|
||||
DOCKER_SIMULATOR_NAME = 'nios-simulator'
|
||||
|
||||
DOCKER_IMAGE = 'quay.io/ansible/nios-test-container:1.2.0'
|
||||
DOCKER_IMAGE = 'quay.io/ansible/nios-test-container:1.3.0'
|
||||
"""Default image to run the nios simulator.
|
||||
|
||||
The simulator must be pinned to a specific version
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue