From d9c87eaa322c3422d679bcd36422a613278f6345 Mon Sep 17 00:00:00 2001 From: Tomas Sedovic Date: Wed, 31 Jan 2018 14:42:58 +0100 Subject: Fix OpenStack playbooks This shuffles a few playbooks around to fix the ordering between various facts and prerequisites. --- roles/openshift_openstack/defaults/main.yml | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'roles') diff --git a/roles/openshift_openstack/defaults/main.yml b/roles/openshift_openstack/defaults/main.yml index 2bdb81632..30c49d517 100644 --- a/roles/openshift_openstack/defaults/main.yml +++ b/roles/openshift_openstack/defaults/main.yml @@ -21,16 +21,15 @@ openshift_openstack_cluster_node_labels: openshift_openstack_install_debug_packages: false openshift_openstack_required_packages: - - docker - NetworkManager - - wget - - git - - net-tools - - bind-utils - - bridge-utils openshift_openstack_debug_packages: - bash-completion + - bind-utils + - bridge-utils + - git + - net-tools - vim-enhanced + - wget # container-storage-setup openshift_openstack_container_storage_setup: -- cgit v1.2.1