diff options
author | Russell Teague <rteague@redhat.com> | 2017-10-04 11:49:18 -0400 |
---|---|---|
committer | Russell Teague <rteague@redhat.com> | 2017-10-04 11:49:18 -0400 |
commit | f6608b45f0cab8359e4e2c0d5504b68ef4e2a7bf (patch) | |
tree | 9ca60aca0e405298b5481d1d8329daccf5c8a2da /roles | |
parent | a0ba7b469776f7a141d2bb0f26f51e3f1c4b268a (diff) | |
download | openshift-f6608b45f0cab8359e4e2c0d5504b68ef4e2a7bf.tar.gz openshift-f6608b45f0cab8359e4e2c0d5504b68ef4e2a7bf.tar.bz2 openshift-f6608b45f0cab8359e4e2c0d5504b68ef4e2a7bf.tar.xz openshift-f6608b45f0cab8359e4e2c0d5504b68ef4e2a7bf.zip |
Allow checkpoint status to work across all groups
Diffstat (limited to 'roles')
-rw-r--r-- | roles/installer_checkpoint/README.md | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/roles/installer_checkpoint/README.md b/roles/installer_checkpoint/README.md index 321acca21..83e00e504 100644 --- a/roles/installer_checkpoint/README.md +++ b/roles/installer_checkpoint/README.md @@ -92,8 +92,7 @@ phase/component and then a final play for setting `installer_hase_initialize` to # common/openshift-cluster/std_include.yml --- - name: Initialization Checkpoint Start - hosts: localhost - connection: local + hosts: oo_all_hosts gather_facts: false roles: - installer_checkpoint |