Merge "Clear cached facts based on the tag as well" into stable/train

This commit is contained in:
Zuul 2020-10-01 06:43:04 +00:00 committed by Gerrit Code Review
commit 3d28b2f22d
1 changed files with 2 additions and 0 deletions

View File

@ -2,6 +2,8 @@
name: Clear cached facts name: Clear cached facts
tasks: tasks:
- meta: clear_facts - meta: clear_facts
tags:
- facts
- hosts: "{{ deploy_source_host }}" - hosts: "{{ deploy_source_host }}"
name: Gather facts from undercloud name: Gather facts from undercloud