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