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)
This commit is contained in:
Dmitriy Rabotyagov 2023-03-17 17:34:30 +01:00 committed by Jonathan Rosser
parent 80b9efcd42
commit 93f0ee466a

View File

@ -85,6 +85,7 @@
apply: apply:
tags: tags:
- openstack_hosts-config - openstack_hosts-config
- openstack_hosts-file
when: when:
- (openstack_host_manage_hosts_file | bool) or (openstack_host_manage_deploy_hosts_file | bool) - (openstack_host_manage_hosts_file | bool) or (openstack_host_manage_deploy_hosts_file | bool)
tags: tags: