2024-02-26 21:34:22 +01:00
|
|
|
---
|
|
|
|
- name: Create directorys
|
|
|
|
ansible.builtin.include_tasks:
|
|
|
|
file: 'directory.yml'
|
|
|
|
|
|
|
|
- name: Download plugin
|
|
|
|
ansible.builtin.include_tasks:
|
|
|
|
file: 'plugin.yml'
|
2024-02-26 22:36:50 +01:00
|
|
|
|
|
|
|
- name: Install to OBS dir
|
|
|
|
ansible.builtin.include_tasks:
|
|
|
|
file: 'install.yml'
|