Files
openstack-ansible-os_nova/tasks/main.yml
Dmitriy Rabotyagov a9f5d97672 Define condition for the first play host one time
We use the same condition, which defines against what host some "service"
tasks should run against, several times. It's hard to keep it the same
across the role and ansible spending additional resources to evaluate
it each time, so it's simpler and better for the maintenance to set
a boolean variable which will say for all tasks, that we want to run
only against signle host, if they should run or not now.

Change-Id: I78d44704a0224b2c73832a607e84ea8d9499f8c2
2020-10-13 14:40:42 +00:00

8.4 KiB