add tags: always to all included sevice playbook (#7906)

This commit is contained in:
Sergey
2021-08-25 22:01:54 +03:00
committed by GitHub
parent f66c49bf42
commit c49dd50ef3
3 changed files with 7 additions and 0 deletions

View File

@@ -2,6 +2,7 @@
- name: Gather facts
hosts: k8s_cluster:etcd:calico_rr
gather_facts: False
tags: always
tasks:
- name: Gather minimal facts
setup: