From 2451b5ced341e37fe004b4f36b040a55a97ce03e Mon Sep 17 00:00:00 2001 From: Julien Dessaux Date: Thu, 4 Mar 2021 13:38:44 +0100 Subject: Fixed stupid ansible python sucks silent name collision --- tasks/main.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tasks') diff --git a/tasks/main.yml b/tasks/main.yml index 69df94d..3433cb8 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -1,11 +1,11 @@ --- -- action: init +- action: borg_init - import_tasks: common.yml - when: is_borg_server or borg_server is defined + when: borg.is_server or borg_server is defined - import_tasks: server.yml - when: is_borg_server + when: borg.is_server - import_tasks: client.yml when: borg_server is defined -- cgit v1.2.3