add test role
This commit is contained in:
4
dede/common/roles/test/tasks/main.yml
Normal file
4
dede/common/roles/test/tasks/main.yml
Normal file
@@ -0,0 +1,4 @@
|
||||
---
|
||||
- name: this will just print 'hello world'
|
||||
ansible.builtin.debug:
|
||||
msg: "hello world!"
|
||||
Reference in New Issue
Block a user