mirror of
https://github.com/HanXHX/ansible-php.git
synced 2026-04-27 14:32:09 +07:00
✅ Add Ansible molecule
This commit is contained in:
@@ -19,6 +19,6 @@
|
||||
- nginx
|
||||
- vim
|
||||
|
||||
- name: INCLUDE_TASKS | Sury
|
||||
- name: INCLUDE_TASKS | Sury (only if a specific php_version is defined)
|
||||
ansible.builtin.include_tasks: Debian/sury.yml
|
||||
when: php_version != php_default_version
|
||||
when: php_version is defined
|
||||
|
||||
@@ -2,7 +2,7 @@ events {
|
||||
worker_connections 1024;
|
||||
}
|
||||
|
||||
user {{ php_default_user_group }};
|
||||
user root;
|
||||
|
||||
http {
|
||||
include mime.types;
|
||||
|
||||
Reference in New Issue
Block a user