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