From 17118002751c540be2edadacc964c7e54cdaee3a Mon Sep 17 00:00:00 2001 From: Mayank Garg <55484263+mayankgarg0987@users.noreply.github.com> Date: Sun, 29 Sep 2024 09:58:27 +0530 Subject: [PATCH] Update main.yml updating deprecated ansible `include` --- roles/customize-browser/tasks/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/customize-browser/tasks/main.yml b/roles/customize-browser/tasks/main.yml index 92615411..d6166d73 100644 --- a/roles/customize-browser/tasks/main.yml +++ b/roles/customize-browser/tasks/main.yml @@ -1,3 +1,3 @@ --- -- include: "burp.yml" -- include: "firefox.yml" +- include_tasks: "burp.yml" +- include_tasks: "firefox.yml"