feat: remove test task

This commit is contained in:
Simon Cornet 2025-11-01 13:07:09 +01:00
commit fcdd71a1d6

View file

@ -8,7 +8,3 @@
purge: true purge: true
when: 'ansible_distribution == "Debian"' when: 'ansible_distribution == "Debian"'
notify: "reboot container" notify: "reboot container"
- name: "test task"
ansible.builtin.debug:
msg: "testing"