mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-29 15:06:26 +02:00
Different optimations and mig integration. test will fail due to strickter validation checks. need to be cleaned up tomorrow
This commit is contained in:
10
roles/sys-cli/tasks/main.yml
Normal file
10
roles/sys-cli/tasks/main.yml
Normal file
@@ -0,0 +1,10 @@
|
||||
- name: "pkgmgr install cymais"
|
||||
include_role:
|
||||
name: pkgmgr-install
|
||||
vars:
|
||||
package_name: cymais
|
||||
|
||||
- name: Get cymais base path
|
||||
command: pkgmgr path cymais
|
||||
register: cymais_path_cmd
|
||||
changed_when: false
|
Reference in New Issue
Block a user