mirror of
https://github.com/HanXHX/ansible-nginx.git
synced 2026-02-24 09:03:29 +07:00
💚 Fix Ubuntu 20.04 build
- Prevent segfault on nginx-extra package
This commit is contained in:
committed by
Emilien M
parent
c9e1aa2848
commit
1debe40739
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user