Skip to content
Snippets Groups Projects
Commit f99666b6 authored by nimrod's avatar nimrod
Browse files

- Can't include a tasks file with a variable in the name, so manually specify

  OpenBSD and Debian cases.
parent 3e0634aa
No related branches found
No related tags found
No related merge requests found
--- ---
- include: 'tls_cert_{{ ansible_os_family }}.yml' - include: 'tls_cert_Debian.yml'
when: ansible_os_family == 'Debian'
- include: 'tls_cert_OpenBSD.yml'
when: ansible_os_family == 'OpenBSD'
- name: Check if dhparams exists and its length - name: Check if dhparams exists and its length
ignore_errors: yes ignore_errors: yes
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment