parent
63374e662e
commit
3d79c9aff8
@ -1,8 +0,0 @@ |
|||||||
--- |
|
||||||
- name: Load a variable file based on the OS type, or a default if not found. |
|
||||||
include_vars: "{{ item }}" |
|
||||||
with_first_found: |
|
||||||
- "{{ ansible_distribution }}-{{ ansible_distribution_version }}.yml" |
|
||||||
- "{{ ansible_distribution }}.yml" |
|
||||||
- "{{ ansible_os_family }}.yml" |
|
||||||
- "default.yml" |
|
@ -1,2 +0,0 @@ |
|||||||
--- |
|
||||||
certbot_package: letsencrypt |
|
@ -1,2 +0,0 @@ |
|||||||
--- |
|
||||||
certbot_package: certbot |
|
Loading…
Reference in new issue