Merge "Clean up the unnecessary "" for include_tasks"
This commit is contained in:
commit
e2acee87ee
@ -1,2 +1,2 @@
|
||||
---
|
||||
- include_tasks: "deploy.yml"
|
||||
- include_tasks: deploy.yml
|
||||
|
@ -31,5 +31,5 @@
|
||||
run_once: True
|
||||
|
||||
- name: Bootstrap cluster
|
||||
include_tasks: "bootstrap_cluster.yml"
|
||||
include_tasks: bootstrap_cluster.yml
|
||||
when: mongodb_replication_status.stdout != "1"
|
||||
|
@ -92,7 +92,7 @@
|
||||
- Restart nova-libvirt container
|
||||
|
||||
- name: Copying over libvirt TLS keys (nova-libvirt)
|
||||
include_tasks: "config-libvirt-tls.yml"
|
||||
include_tasks: config-libvirt-tls.yml
|
||||
vars:
|
||||
service: "{{ nova_cell_services['nova-libvirt'] }}"
|
||||
service_name: nova-libvirt
|
||||
@ -110,7 +110,7 @@
|
||||
- clientkey.pem
|
||||
|
||||
- name: Copying over libvirt TLS keys (nova-compute)
|
||||
include_tasks: "config-libvirt-tls.yml"
|
||||
include_tasks: config-libvirt-tls.yml
|
||||
vars:
|
||||
service: "{{ nova_cell_services['nova-compute'] }}"
|
||||
service_name: nova-compute
|
||||
|
@ -1,2 +1,2 @@
|
||||
---
|
||||
- include_tasks: "deploy.yml"
|
||||
- include_tasks: deploy.yml
|
||||
|
@ -1,14 +1,14 @@
|
||||
---
|
||||
- include_tasks: "register.yml"
|
||||
- include_tasks: register.yml
|
||||
when: inventory_hostname in groups['octavia-api']
|
||||
|
||||
- include_tasks: "config.yml"
|
||||
- include_tasks: config.yml
|
||||
when: inventory_hostname in groups['octavia-api'] or
|
||||
inventory_hostname in groups['octavia-health-manager'] or
|
||||
inventory_hostname in groups['octavia-housekeeping'] or
|
||||
inventory_hostname in groups['octavia-worker']
|
||||
|
||||
- include_tasks: "bootstrap.yml"
|
||||
- include_tasks: bootstrap.yml
|
||||
when: inventory_hostname in groups['octavia-api']
|
||||
|
||||
- name: Flush handlers
|
||||
|
@ -1,7 +1,7 @@
|
||||
---
|
||||
- include_tasks: "config.yml"
|
||||
- include_tasks: config.yml
|
||||
|
||||
- include_tasks: "bootstrap_service.yml"
|
||||
- include_tasks: bootstrap_service.yml
|
||||
|
||||
- name: Flush handlers
|
||||
meta: flush_handlers
|
||||
|
@ -1,2 +1,2 @@
|
||||
---
|
||||
- include_tasks: "deploy.yml"
|
||||
- include_tasks: deploy.yml
|
||||
|
@ -1,2 +1,2 @@
|
||||
---
|
||||
- include_tasks: "deploy.yml"
|
||||
- include_tasks: deploy.yml
|
||||
|
Loading…
Reference in New Issue
Block a user