diff options
author | Michael Gugino <mgugino@redhat.com> | 2018-01-08 10:14:09 -0500 |
---|---|---|
committer | Michael Gugino <mgugino@redhat.com> | 2018-01-08 10:14:09 -0500 |
commit | 97e6007832f17a769d5935517a98a225945ff901 (patch) | |
tree | 33e57cfca6511d51a26c6323bf1d199ac463c83f /playbooks/init/base_packages.yml | |
parent | 594e275ea1a2202558b399e6e0f9ad40b496fd01 (diff) | |
download | openshift-97e6007832f17a769d5935517a98a225945ff901.tar.gz openshift-97e6007832f17a769d5935517a98a225945ff901.tar.bz2 openshift-97e6007832f17a769d5935517a98a225945ff901.tar.xz openshift-97e6007832f17a769d5935517a98a225945ff901.zip |
install base_packages on oo_all_hosts
This commit ensures base packages are installed
for oo_all_hosts, which is what we were doing previously.
Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=1530516
Diffstat (limited to 'playbooks/init/base_packages.yml')
-rw-r--r-- | playbooks/init/base_packages.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/playbooks/init/base_packages.yml b/playbooks/init/base_packages.yml index f7007087c..15b3dd492 100644 --- a/playbooks/init/base_packages.yml +++ b/playbooks/init/base_packages.yml @@ -1,6 +1,6 @@ --- -- name: Ensure that all non-node hosts are accessible - hosts: oo_masters_to_config:oo_etcd_to_config:oo_lb_to_config:oo_nfs_to_config +- name: Install packages necessary for installer + hosts: oo_all_hosts any_errors_fatal: true tasks: - when: |