Clean up hosts statements

Change-Id: Ia72b70b701e98f401cb92d65656d4aa9a3549147
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
Paul Belanger 2019-02-27 18:59:33 -05:00
parent 2b0195db87
commit ff68b73d12
1 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@
# under the License.
---
- name: Bootstrap all hosts
hosts: all,!disabled
hosts: all:!disabled
tasks:
- name: Setup users role
include_role:
@ -28,7 +28,7 @@
name: openstack.virtualenv
- name: Bootstrap bastion hosts
hosts: bastion,!disabled
hosts: bastion:!disabled
tasks:
- name: Setup openstack.ansible role
include_role: