binary deployment of twirre.me rust rewrite
This commit is contained in:
7
roles/binary_app/tasks/main.yml
Normal file
7
roles/binary_app/tasks/main.yml
Normal file
@@ -0,0 +1,7 @@
|
||||
---
|
||||
- name: Deploy configured binary applications
|
||||
ansible.builtin.include_tasks: app.yml
|
||||
loop: "{{ binary_apps }}"
|
||||
loop_control:
|
||||
loop_var: binary_app
|
||||
label: "{{ binary_app.name }}"
|
||||
Reference in New Issue
Block a user