2021-09-10 20:52:29 +07:00
|
|
|
---
|
|
|
|
|
|
|
|
- name: INCLUDE_TASKS | Install
|
2023-05-31 14:04:30 +07:00
|
|
|
ansible.builtin.include_tasks: "{{ ansible_os_family }}.yml"
|
2021-09-10 20:52:29 +07:00
|
|
|
|
|
|
|
- name: IMPORT_TASKS | acme
|
2021-09-10 21:02:24 +07:00
|
|
|
ansible.builtin.import_tasks: "acme.yml"
|
|
|
|
when: nginx_acmesh
|