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 }}"