Remove unnecessary group_by for openstack_release
This was used for release detection, but this was removed in I5610cc7729e9311709147ba5532199a033dfd156. Change-Id: Ife43b707b7f75e2cd8cbefac87a75cce6a5045d4
This commit is contained in:
parent
ac62b560ff
commit
7d611108ae
@ -8,10 +8,6 @@
|
|||||||
hosts: all
|
hosts: all
|
||||||
gather_facts: false
|
gather_facts: false
|
||||||
tasks:
|
tasks:
|
||||||
- name: Group hosts based on OpenStack release
|
|
||||||
group_by:
|
|
||||||
key: "openstack_release_{{ openstack_release }}"
|
|
||||||
|
|
||||||
- name: Group hosts based on Kolla action
|
- name: Group hosts based on Kolla action
|
||||||
group_by:
|
group_by:
|
||||||
key: "kolla_action_{{ kolla_action }}"
|
key: "kolla_action_{{ kolla_action }}"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user