summaryrefslogtreecommitdiffstats
path: root/vagrant/roles/local.defaults/tasks/main.yml
blob: f7ba4a44b8f60c38d9f77ecd7d73efe8f0717d68 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
---
- set_fact:
    use_distro: "centos7"
  when: use_distro is undefined

- name: Import distro specific defaults
  include_vars:
    file: "{{ use_distro }}.yml"
    name: distro

- debug:
    var: distro