💚 Fix Ubuntu 20.04 build

- Prevent segfault on nginx-extra package
master
Emilien Mantel 2023-05-31 11:14:26 +02:00 committed by Emilien M
parent c9e1aa2848
commit 1debe40739
1 changed files with 7 additions and 0 deletions

View File

@ -11,3 +11,10 @@ platforms:
volumes:
- /sys/fs/cgroup:/sys/fs/cgroup:rw
privileged: true
# Segfault on Ubuntu 20.04 with `nginx-extras` package...
provisioner:
inventory:
host_vars:
ubuntu-20.04:
nginx_apt_package: 'nginx-full'