From bdcf77c2a664de34014a21913a3d3a0474f9bbba Mon Sep 17 00:00:00 2001 From: "Suren A. Chilingaryan" Date: Fri, 6 Dec 2019 10:14:00 +0100 Subject: Compatibility fixes with ansible 2.8 --- roles/ands_openshift/tasks/storage.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'roles/ands_openshift/tasks/storage.yml') diff --git a/roles/ands_openshift/tasks/storage.yml b/roles/ands_openshift/tasks/storage.yml index 66f0855..0454498 100644 --- a/roles/ands_openshift/tasks/storage.yml +++ b/roles/ands_openshift/tasks/storage.yml @@ -1,4 +1,6 @@ --- - include_tasks: storage_resources.yml - run_once: true - delegate_to: "{{ groups.masters[0] }}" + args: + apply: + run_once: true + delegate_to: "{{ groups.masters[0] }}" -- cgit v1.2.3