From 36e7114057bacb5cde7f92b927a1ad4914e2a82c Mon Sep 17 00:00:00 2001 From: Russell Teague Date: Mon, 27 Nov 2017 16:01:46 -0500 Subject: Correct usage of include_role Switch to import_role for some required roles. --- playbooks/common/openshift-cluster/upgrades/upgrade_nodes.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'playbooks/common/openshift-cluster/upgrades/upgrade_nodes.yml') diff --git a/playbooks/common/openshift-cluster/upgrades/upgrade_nodes.yml b/playbooks/common/openshift-cluster/upgrades/upgrade_nodes.yml index 5dc8193a7..75ffd3fe9 100644 --- a/playbooks/common/openshift-cluster/upgrades/upgrade_nodes.yml +++ b/playbooks/common/openshift-cluster/upgrades/upgrade_nodes.yml @@ -8,7 +8,7 @@ pre_tasks: - name: Load lib_openshift modules - include_role: + import_role: name: lib_openshift # TODO: To better handle re-trying failed upgrades, it would be nice to check if the node -- cgit v1.2.3