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
|
||||
gather_facts: false
|
||||
tasks:
|
||||
- name: Group hosts based on OpenStack release
|
||||
group_by:
|
||||
key: "openstack_release_{{ openstack_release }}"
|
||||
|
||||
- name: Group hosts based on Kolla action
|
||||
group_by:
|
||||
key: "kolla_action_{{ kolla_action }}"
|
||||
|
Loading…
Reference in New Issue
Block a user