mirror of
https://github.com/HanXHX/ansible-nginx.git
synced 2026-03-16 10:42:09 +07:00
💚 Fix Ubuntu 20.04 build
- Prevent segfault on nginx-extra package
This commit is contained in:
@@ -11,3 +11,10 @@ platforms:
|
|||||||
volumes:
|
volumes:
|
||||||
- /sys/fs/cgroup:/sys/fs/cgroup:rw
|
- /sys/fs/cgroup:/sys/fs/cgroup:rw
|
||||||
privileged: true
|
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