From e40cb38c1ccf2f24d13372bee03332c8d09fe1f9 Mon Sep 17 00:00:00 2001 From: Robert de Bock Date: Thu, 3 Jun 2021 14:50:57 +0200 Subject: [PATCH] Use FQCN. --- tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/main.yml b/tasks/main.yml index 7fb86ab..81a8839 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -2,7 +2,7 @@ # tasks file for tomcat - name: import assert.yml - import_tasks: assert.yml + ansible.builtin.import_tasks: assert.yml run_once: yes delegate_to: localhost