From 5d2b436d5a2bd2810a4d5e2ae2b892f45b59a0db Mon Sep 17 00:00:00 2001 From: Dmitriy Rabotyagov Date: Fri, 17 Mar 2023 17:34:30 +0100 Subject: [PATCH] Add openstack_hosts_file tag This tag aimed to be used when a deployer only wants to refresh records for their /etc/hosts file. Change-Id: Ide65a7f362ee21fa07c729d04f592bf400bdc84e (cherry picked from commit 150de8c27e8a71ac39267449a00b6ab9e4731287) --- tasks/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/tasks/main.yml b/tasks/main.yml index d26ed341..f2e52935 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -81,6 +81,7 @@ apply: tags: - openstack_hosts-config + - openstack_hosts-file when: - (openstack_host_manage_hosts_file | bool) or (openstack_host_manage_deploy_hosts_file | bool) tags: