feat: add test task
This commit is contained in:
parent
2cf5a6048e
commit
501bf145dd
1 changed files with 4 additions and 0 deletions
|
|
@ -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"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue