From c9dc337c69b2431d4028d8207abc448a15c3c218 Mon Sep 17 00:00:00 2001 From: Chris Hammer Date: Thu, 14 Aug 2025 11:59:41 -0400 Subject: [PATCH] Remove debug.yml playbook --- debug.yml | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 debug.yml diff --git a/debug.yml b/debug.yml deleted file mode 100644 index cd7eacf..0000000 --- a/debug.yml +++ /dev/null @@ -1,13 +0,0 @@ ---- -- name: Debug - hosts: localhost - connection: local - gather_facts: false - - vars: - verified_reboot_reboot_time: 1 - - tasks: - - name: Debug shit - ansible.builtin.debug: - msg: "{{ (verified_reboot_reboot_time ~ 'm') | community.general.to_seconds }}"