diff options
author | Andrew Butcher <abutcher@redhat.com> | 2016-01-19 14:50:55 -0500 |
---|---|---|
committer | Andrew Butcher <abutcher@redhat.com> | 2016-02-01 17:05:55 -0500 |
commit | 44e5ddc20e7069e5345f48426a69e725aa8ea1d4 (patch) | |
tree | 638eb0ffb58c3482e2fd44766e867d6e68fac0f4 /playbooks/common/openshift-nfs | |
parent | 3d3053062ee3bca175df6eb4dd66ff56237234ca (diff) | |
download | openshift-44e5ddc20e7069e5345f48426a69e725aa8ea1d4.tar.gz openshift-44e5ddc20e7069e5345f48426a69e725aa8ea1d4.tar.bz2 openshift-44e5ddc20e7069e5345f48426a69e725aa8ea1d4.tar.xz openshift-44e5ddc20e7069e5345f48426a69e725aa8ea1d4.zip |
Refactor registry storage options.
Diffstat (limited to 'playbooks/common/openshift-nfs')
-rw-r--r-- | playbooks/common/openshift-nfs/config.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/playbooks/common/openshift-nfs/config.yml b/playbooks/common/openshift-nfs/config.yml index e3f5c17ca..ba7530ed7 100644 --- a/playbooks/common/openshift-nfs/config.yml +++ b/playbooks/common/openshift-nfs/config.yml @@ -2,4 +2,5 @@ - name: Configure nfs hosts hosts: oo_nfs_to_config roles: + - role: openshift_facts - role: openshift_storage_nfs |