diff --git a/tasks/main.yml b/tasks/main.yml index a58732d2192950c3e84291dd0f8cc2b4a4e45816..e1f2adb85c986379ff8fb32d94228eee3b663770 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -7,9 +7,9 @@ - block: - - include: install.yml + - import_tasks: install.yml - - include: configure.yml + - import_tasks: configure.yml - name: 'Remember that this role had been run' set_fact: role_fail2ban_completed=true