Allow to run only specific tags from bootstrap-host role
Bootstrap-host role has some tags defined but running only specific set of tags is not possible. In this case, gather_nodepool_vars.yml should be always executed because it defines `nodepool_dir` variable that is later used by the `user_variables.aio.yml.j2` template. Change-Id: I8ae0a256d9f6138f5764b2f69d1e767af538a429
This commit is contained in:
parent
555ec6abb7
commit
eb56baefed
@ -42,6 +42,8 @@
|
||||
|
||||
- name: Gather nodepool variables
|
||||
import_tasks: gather_nodepool_vars.yml
|
||||
tags:
|
||||
- always
|
||||
|
||||
- name: Create the required directories
|
||||
file:
|
||||
|
Loading…
x
Reference in New Issue
Block a user