Remove deprecated LIBVIRT_LXC_NOSECLABEL env var (#77426)

Fixes #77395
pull/77439/head
Martin Krizek 3 years ago committed by GitHub
parent e918cfa588
commit ff8a854e57
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -0,0 +1,2 @@
removed_features:
- Remove deprecated ``LIBVIRT_LXC_NOSECLABEL`` environment variable (https://github.com/ansible/ansible/issues/77395)

@ -784,11 +784,6 @@ DEFAULT_LIBVIRT_LXC_NOSECLABEL:
- "This setting causes libvirt to connect to lxc containers by passing --noseclabel to virsh. - "This setting causes libvirt to connect to lxc containers by passing --noseclabel to virsh.
This is necessary when running on systems which do not have SELinux." This is necessary when running on systems which do not have SELinux."
env: env:
- name: LIBVIRT_LXC_NOSECLABEL
deprecated:
why: environment variables without ``ANSIBLE_`` prefix are deprecated
version: "2.12"
alternatives: the ``ANSIBLE_LIBVIRT_LXC_NOSECLABEL`` environment variable
- name: ANSIBLE_LIBVIRT_LXC_NOSECLABEL - name: ANSIBLE_LIBVIRT_LXC_NOSECLABEL
ini: ini:
- {key: libvirt_lxc_noseclabel, section: selinux} - {key: libvirt_lxc_noseclabel, section: selinux}

Loading…
Cancel
Save