Updated typo and tested

This commit is contained in:
Unknown 2017-07-29 13:59:08 +02:00
parent 7a693c0960
commit 35c6f71526
2 changed files with 3 additions and 3 deletions

View File

@ -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.