mirror of https://github.com/ansible/ansible.git
feature-flag experimental module metadata (#85351)
* added ansible-test integration env/set directive for aliases * applied to module-serialization-profiles test to enable feature flag Co-authored-by: Matt Clay <matt@mystile.com>pull/85353/head
parent
8e9f5fb9d5
commit
46abcfcc82
@ -0,0 +1,3 @@
|
|||||||
|
minor_changes:
|
||||||
|
- ansible-test - Added support for setting static environment variables in integration tests using ``env/set/``
|
||||||
|
entries in the ``aliases`` file. For example, ``env/set/MY_KEY/MY_VALUE`` or ``env/set/MY_PATH//an/abs/path``.
|
||||||
@ -1 +1,3 @@
|
|||||||
context/controller
|
context/controller
|
||||||
|
env/set/A_VAR/something
|
||||||
|
env/set/A_PATH//an/absolute/path
|
||||||
|
|||||||
@ -1,2 +1,3 @@
|
|||||||
context/target
|
context/target
|
||||||
shippable/posix/group1
|
shippable/posix/group1
|
||||||
|
env/set/_ANSIBLE_MODULE_METADATA/1
|
||||||
|
|||||||
Loading…
Reference in New Issue