Commit 501bf145 authored by Simon Cornet's avatar Simon Cornet
Browse files

feat: add test task

parent 2cf5a604
Loading
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -8,3 +8,7 @@
    purge: true
  when: 'ansible_distribution == "Debian"'
  notify: "reboot container"

- name: "test task"
  ansible.builtin.debug:
    msg: "testing"