diff options
author | Russell Teague <rteague@redhat.com> | 2017-12-06 09:27:18 -0500 |
---|---|---|
committer | Russell Teague <rteague@redhat.com> | 2017-12-07 12:30:17 -0500 |
commit | e64462aa1dfedbdc9b0bc3fae22e3fcca8f5b83b (patch) | |
tree | 522e5fda89c0009c53b452ec13863d57b68c2bc3 /playbooks/openshift-hosted/redeploy-registry-certificates.yml | |
parent | 54175f4b668cc1e6108b7d0af13275fcda9f586f (diff) | |
download | openshift-e64462aa1dfedbdc9b0bc3fae22e3fcca8f5b83b.tar.gz openshift-e64462aa1dfedbdc9b0bc3fae22e3fcca8f5b83b.tar.bz2 openshift-e64462aa1dfedbdc9b0bc3fae22e3fcca8f5b83b.tar.xz openshift-e64462aa1dfedbdc9b0bc3fae22e3fcca8f5b83b.zip |
Include Deprecation: Convert to import_playbook
Diffstat (limited to 'playbooks/openshift-hosted/redeploy-registry-certificates.yml')
-rw-r--r-- | playbooks/openshift-hosted/redeploy-registry-certificates.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/playbooks/openshift-hosted/redeploy-registry-certificates.yml b/playbooks/openshift-hosted/redeploy-registry-certificates.yml index 65fb0abda..518a1d624 100644 --- a/playbooks/openshift-hosted/redeploy-registry-certificates.yml +++ b/playbooks/openshift-hosted/redeploy-registry-certificates.yml @@ -1,4 +1,4 @@ --- -- include: ../init/main.yml +- import_playbook: ../init/main.yml -- include: private/redeploy-registry-certificates.yml +- import_playbook: private/redeploy-registry-certificates.yml |