diff options
author | Brenton Leanhardt <bleanhar@redhat.com> | 2016-04-20 14:55:05 -0400 |
---|---|---|
committer | Brenton Leanhardt <bleanhar@redhat.com> | 2016-04-20 14:55:05 -0400 |
commit | 5373ca09312ebbd1b7eda749f426e5b185463264 (patch) | |
tree | 1f7e1238e4ef544e579d3774a0a8ac6bee41a6db /playbooks/common/openshift-cluster | |
parent | aed1986722797b9be72004046b79850e82d622e7 (diff) | |
parent | b0e43e87b132594bc370419085000b6d6c54cdc6 (diff) | |
download | openshift-5373ca09312ebbd1b7eda749f426e5b185463264.tar.gz openshift-5373ca09312ebbd1b7eda749f426e5b185463264.tar.bz2 openshift-5373ca09312ebbd1b7eda749f426e5b185463264.tar.xz openshift-5373ca09312ebbd1b7eda749f426e5b185463264.zip |
Merge pull request #1742 from dgoodwin/docker-logging
Fixes For Docker Log Options
Diffstat (limited to 'playbooks/common/openshift-cluster')
-rw-r--r-- | playbooks/common/openshift-cluster/config.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/playbooks/common/openshift-cluster/config.yml b/playbooks/common/openshift-cluster/config.yml index 6f908fa7f..99b36098a 100644 --- a/playbooks/common/openshift-cluster/config.yml +++ b/playbooks/common/openshift-cluster/config.yml @@ -4,7 +4,7 @@ - include: validate_hostnames.yml - name: Set oo_options - hosts: oo_hosts_to_config + hosts: oo_all_hosts tasks: - set_fact: openshift_docker_additional_registries: "{{ lookup('oo_option', 'docker_additional_registries') }}" |