diff options
author | Russell Teague <rteague@redhat.com> | 2017-11-22 13:05:18 -0500 |
---|---|---|
committer | Russell Teague <rteague@redhat.com> | 2017-11-22 13:05:18 -0500 |
commit | c378c56c138945b78d69b8c42218bef74b85de2b (patch) | |
tree | c0a2b22fc887b3735b65acbea59fbecbf4202732 /playbooks/openshift-master/private/config.yml | |
parent | df81cfca01b7633a95359ed6097a9dd2f7b72f84 (diff) | |
download | openshift-c378c56c138945b78d69b8c42218bef74b85de2b.tar.gz openshift-c378c56c138945b78d69b8c42218bef74b85de2b.tar.bz2 openshift-c378c56c138945b78d69b8c42218bef74b85de2b.tar.xz openshift-c378c56c138945b78d69b8c42218bef74b85de2b.zip |
Include Deprecation - openshift-master
Diffstat (limited to 'playbooks/openshift-master/private/config.yml')
-rw-r--r-- | playbooks/openshift-master/private/config.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/playbooks/openshift-master/private/config.yml b/playbooks/openshift-master/private/config.yml index 6b0fd6b7c..afb8d6bd1 100644 --- a/playbooks/openshift-master/private/config.yml +++ b/playbooks/openshift-master/private/config.yml @@ -11,7 +11,7 @@ status: "In Progress" start: "{{ lookup('pipe', 'date +%Y%m%d%H%M%SZ') }}" -- include: certificates.yml +- import_playbook: certificates.yml - name: Disable excluders hosts: oo_masters_to_config @@ -229,7 +229,7 @@ hosts: oo_masters serial: 1 tasks: - - include: tasks/wire_aggregator.yml + - include_tasks: tasks/wire_aggregator.yml - name: Re-enable excluder if it was previously enabled hosts: oo_masters_to_config |