Initial repo structure — playbook skeletons, roles, client template inventory
This commit is contained in:
6
roles/linux_patch/tasks/main.yml
Normal file
6
roles/linux_patch/tasks/main.yml
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
# linux_patch tasks
|
||||
# Implementation to follow
|
||||
- name: Placeholder
|
||||
ansible.builtin.debug:
|
||||
msg: "linux_patch role - tasks to be implemented"
|
||||
Reference in New Issue
Block a user