mirror of
https://github.com/geerlingguy/ansible-role-certbot.git
synced 2025-04-19 17:01:37 +02:00
Updated typo and tested
This commit is contained in:
parent
7a693c0960
commit
35c6f71526
@ -2,9 +2,9 @@
|
|||||||
- name: Load a tasks file based on the OS type.
|
- name: Load a tasks file based on the OS type.
|
||||||
include: "{{ item }}"
|
include: "{{ item }}"
|
||||||
with_first_found:
|
with_first_found:
|
||||||
- "{{ ansible_distribution }}-{{ ansible_distribution_version }}.yml"
|
- "install-with-package-{{ ansible_distribution }}-{{ ansible_distribution_version }}.yml"
|
||||||
- "{{ ansible_distribution }}.yml"
|
- "install-with-package-{{ ansible_distribution }}.yml"
|
||||||
- "{{ ansible_os_family }}.yml"
|
- "install-with-package-{{ ansible_os_family }}.yml"
|
||||||
ignore_errors: true
|
ignore_errors: true
|
||||||
|
|
||||||
- name: Install Certbot.
|
- name: Install Certbot.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user