Add Ansible molecule

This commit is contained in:
Emilien Mantel
2023-05-30 12:43:45 +02:00
parent 539dc205f5
commit ec779b858a
16 changed files with 419 additions and 3 deletions

View File

@@ -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

View File

@@ -2,7 +2,7 @@ events {
worker_connections 1024;
}
user {{ php_default_user_group }};
user root;
http {
include mime.types;