feat: add test task

This commit is contained in:
Simon Cornet 2025-11-01 13:04:00 +01:00
commit 501bf145dd

View file

@ -8,3 +8,7 @@
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"