Add tags
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Adrien Reslinger 2020-09-09 11:58:51 +02:00
parent 1440de4eea
commit 32dbc7da08

View file

@ -1,8 +1,9 @@
- name: Include vars
include_vars: "calico-files.yaml"
---
- name: calico setup
block:
- name: Include vars
include_vars: "calico-files.yaml"
- name: calico install
k8s:
state: present
@ -11,3 +12,8 @@
resource_definition: "{{ lookup('file', item) | from_yaml }}"
with_items:
- "{{ calico_files }}"
when:
- kubernetes_network == "calico"
tags:
- calico
- k8s-network