From 11a441c8947b71f0379174582961504f224d0057 Mon Sep 17 00:00:00 2001 From: Chris Hammer Date: Wed, 21 Jun 2023 22:31:22 -0400 Subject: [PATCH] 1.2.1031 --------- - Remove 'handlers/' and its contents --- handlers/main.yml | 4 ---- 1 file changed, 4 deletions(-) delete mode 100644 handlers/main.yml diff --git a/handlers/main.yml b/handlers/main.yml deleted file mode 100644 index 16e1feb..0000000 --- a/handlers/main.yml +++ /dev/null @@ -1,4 +0,0 @@ -- name: Bob - ansible.builtin.debug: - msg: "{{ r_check_commands }}" - when: r_check_commands is defined