diff --git a/roles/lxc_guest/tasks/main.yaml b/roles/lxc_guest/tasks/main.yaml index cff60ed..2a5933e 100644 --- a/roles/lxc_guest/tasks/main.yaml +++ b/roles/lxc_guest/tasks/main.yaml @@ -22,6 +22,10 @@ template: debian template_options: --release {{ distro }} --packages=ssh,python state: stopped + # suppress messages related to file descriptors + # leaking when lvm is invoked + environment: + LVM_SUPPRESS_FD_WARNINGS: 1 - name: deploy container config template: