ansible-role-tinc/tasks/setup-Debian.yml

12 lines
185 B
YAML
Raw Normal View History

2019-11-03 15:27:52 +00:00
---
# Tinc/Setup: Install tinc application - Debian Version
- name: Setup - Install
become: yes
apt:
name: "{{ packages }}"
state: present
vars:
packages:
- tinc