Переписал всё, сейчас вроде как отрабатывает без ошибок
This commit is contained in:
parent
436adfbc4f
commit
26f2ea374d
49 changed files with 1404 additions and 169 deletions
8
roles/geerlingguy.certbot/tasks/include-vars.yml
Normal file
8
roles/geerlingguy.certbot/tasks/include-vars.yml
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
---
|
||||
- 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"
|
||||
Loading…
Add table
Add a link
Reference in a new issue