blob: 8a9b44dc35fb2f19aa3c6b8ae145996af275dc12 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
---
- name: Install routing software
package:
name:
- tinc
state: present
- name: Include tinc tasks
import_tasks: tinc.yml
when:
- tinc is defined
- tinc_options.configure is defined
- tinc_options.configure
|