From 9723752d8ddb976fc2b4aec4e26be8f19e7f07fc Mon Sep 17 00:00:00 2001 From: rubenb Date: Fri, 20 Oct 2023 09:41:40 +0200 Subject: [PATCH] comment handlers --- linux-base-config-debian.yaml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/linux-base-config-debian.yaml b/linux-base-config-debian.yaml index 4e3ee2a..09c7680 100644 --- a/linux-base-config-debian.yaml +++ b/linux-base-config-debian.yaml @@ -42,13 +42,13 @@ name: config-server-type tags: config-server-type_config -handlers: - - include_tasks: roles/{{ item }}/handlers/main.yaml - with_items: - - config-awx-user - - config-root-user - - config-base-debian-os - - config-repo-vn - #- config-fail2ban # or hacer - #- config-nagios-nrpe # or hacer - - config-server-type \ No newline at end of file +#handlers: +# - include_tasks: roles/{{ item }}/handlers/main.yaml +# with_items: +# - config-awx-user +# - config-root-user +# - config-base-debian-os +# - config-repo-vn +# - config-fail2ban # or hacer +# - config-nagios-nrpe # or hacer +# - config-server-type \ No newline at end of file