Преглед на файлове

Improving output when gathering facts

Brenton Leanhardt преди 9 години
родител
ревизия
0056156b4b
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      utils/src/ooinstall/cli_installer.py

+ 1 - 1
utils/src/ooinstall/cli_installer.py

@@ -752,8 +752,8 @@ def install(ctx, force):
 
     check_hosts_config(oo_cfg, ctx.obj['unattended'])
 
-    click.echo('Gathering information from hosts...')
     print_installation_summary(oo_cfg.hosts)
+    click.echo('Gathering information from hosts...')
     callback_facts, error = openshift_ansible.default_facts(oo_cfg.hosts,
         verbose)
     if error: