Remove the static when use include_tasks feature

Change-Id: Ia669c5e49baa808ad0f2514179cb27dfd06fd802
This commit is contained in:
zhulingjie 2018-09-01 22:31:07 -04:00
parent 827a1d1440
commit 0200850259
1 changed files with 0 additions and 3 deletions

View File

@ -88,7 +88,6 @@
- systemd-service
- include_tasks: heat_domain_setup.yml
static: no
when:
- "inventory_hostname == ansible_play_hosts[0]"
tags:
@ -115,7 +114,6 @@
- heat-config
- include_tasks: heat_db_setup.yml
static: no
when:
- "inventory_hostname == ansible_play_hosts[0]"
tags:
@ -126,7 +124,6 @@
- heat-config
- include_tasks: heat_service_setup.yml
static: no
when:
- "inventory_hostname == ansible_play_hosts[0]"
tags: