aboutsummaryrefslogtreecommitdiffstats
path: root/deploy/adapters/ansible/roles/secgroup/tasks/main.yml
blob: c26af4b0170a30a076c04521a2186f6b0f262ab2 (plain)
1
2
3
4
5
6
7
8
9
10
---
- include_vars: "{{ ansible_os_family }}.yml"
  tags: secgroup

- debug: msg={{ enable_secgroup }}
  tags: secgroup

- include: secgroup.yml
  when: '{{ enable_secgroup }} == False'
  tags: secgroup