diff options
author | Michael Gugino <gugino.michael@yahoo.com> | 2018-01-08 14:39:07 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-01-08 14:39:07 -0500 |
commit | 0e6fa54388f0adec95bbed79f9fb4f42b6d89fa2 (patch) | |
tree | 3fab3061a6bf9db4488e19908e63d22de4acf732 | |
parent | f820b59003dc703886d20d9c702f370a9c7ede64 (diff) | |
parent | 97e6007832f17a769d5935517a98a225945ff901 (diff) | |
download | openshift-0e6fa54388f0adec95bbed79f9fb4f42b6d89fa2.tar.gz openshift-0e6fa54388f0adec95bbed79f9fb4f42b6d89fa2.tar.bz2 openshift-0e6fa54388f0adec95bbed79f9fb4f42b6d89fa2.tar.xz openshift-0e6fa54388f0adec95bbed79f9fb4f42b6d89fa2.zip |
Merge pull request #6649 from mgugino-upstream-stage/fix-pre-packages
install base_packages on oo_all_hosts
-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: |