💚 Fix Ubuntu 20.04 build

- Prevent segfault on nginx-extra package
feature/add_main_opts
Emilien Mantel 2023-05-31 11:14:26 +02:00
parent 3cb56d4275
commit 37bcd5c7bc
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'