Remove debug.yml playbook
All checks were successful
Ansible Code Pipeline / Ansible-Development-Pipeline (ansible-dev-fedora) (push) Successful in 9s

This commit is contained in:
2025-08-14 11:59:41 -04:00
parent 38f83d1d70
commit c9dc337c69

View File

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