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>
(cherry picked from commit 46abcfcc82)
pull/85383/head
parent
39ed1fc4bc
commit
03dc8c4260
@ -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
|
||||
env/set/A_VAR/something
|
||||
env/set/A_PATH//an/absolute/path
|
||||
|
||||
@ -1,2 +1,3 @@
|
||||
context/target
|
||||
shippable/posix/group1
|
||||
env/set/_ANSIBLE_MODULE_METADATA/1
|
||||
|
||||
Loading…
Reference in New Issue