From 53db970168dd3847e244173c740470c493f2760e Mon Sep 17 00:00:00 2001 From: Dmitriy Rabotyagov Date: Fri, 23 Apr 2021 10:48:25 +0300 Subject: [PATCH] Fix facts gathering when run with tags Currently facts are not gathered when role is run with tags This patch fixes that behaviour and prevents role failure. Change-Id: If27a6e57c56a0b294442b71aa777d759bc401868 --- tasks/main.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tasks/main.yml b/tasks/main.yml index 05e57ff..3703722 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -19,6 +19,8 @@ delegate_to: "{{ item }}" delegate_facts: true with_items: "{{ groups['repo_all'] | default([inventory_hostname]) }}" + tags: + - always - include_tasks: "python_venv_wheel_build.yml" args: