From 5555cc528e51eca091425f7f6ba133a898a6150c Mon Sep 17 00:00:00 2001 From: jurgenhaas <juergen@paragon-es.de> Date: Thu, 9 Nov 2017 15:02:47 +0100 Subject: [PATCH] ansible-playbooks/general#72 Go back to includes for main.yml files --- tasks/main.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/tasks/main.yml b/tasks/main.yml index eeb727f..a58732d 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -7,11 +7,9 @@ - block: - - include_tasks: install.yml - tags: 'always' + - include: install.yml - - include_tasks: configure.yml - tags: 'always' + - include: configure.yml - name: 'Remember that this role had been run' set_fact: role_fail2ban_completed=true -- GitLab