mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-21 19:43:59 -07:00
New release v2.8.0a1
This commit is contained in:
parent
e6aff4dc3b
commit
ae667d3d86
6 changed files with 3372 additions and 25 deletions
|
@ -1,20 +1,12 @@
|
|||
---
|
||||
minor_changes:
|
||||
- |
|
||||
All environment variables defined by ansible now start with the `ANSIBLE_`
|
||||
prefix. The old environment vars still work for now.
|
||||
|
||||
The new environment vars added are:
|
||||
- ANSIBLE_LIBVIRT_LXC_NOSECLABEL
|
||||
- ANSIBLE_DISPLAY_SKIPPED_HOSTS
|
||||
- ANSIBLE_NETWORK_GROUP_MODULES
|
||||
- 'All environment variables defined by ansible now start with the `ANSIBLE_`
|
||||
prefix. The old environment vars still work for now. The new environment
|
||||
vars added are: ANSIBLE_LIBVIRT_LXC_NOSECLABEL,
|
||||
ANSIBLE_DISPLAY_SKIPPED_HOSTS, and ANSIBLE_NETWORK_GROUP_MODULES'
|
||||
|
||||
deprecated_features:
|
||||
- |
|
||||
Ansible-defined environment variables not starting with `ANSIBLE_` have been
|
||||
- 'Ansible-defined environment variables not starting with `ANSIBLE_` have been
|
||||
deprecated. New names match the old name plus the `ANSIBLE_` prefix.
|
||||
|
||||
These environment variables have been deprecated:
|
||||
- LIBVIRT_LXC_NOSECLABEL
|
||||
- DISPLAY_SKIPPED_HOSTS
|
||||
- NETWORK_GROUP_MODULES
|
||||
These environment variables have been deprecated: LIBVIRT_LXC_NOSECLABEL,
|
||||
DISPLAY_SKIPPED_HOSTS, and NETWORK_GROUP_MODULES'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue