mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-29 15:06:26 +02:00
Optimized portfolio and pkgmgr update procedures
This commit is contained in:
@@ -25,6 +25,4 @@ galaxy_info:
|
||||
issue_tracker_url: "https://s.veen.world/cymaisissues"
|
||||
documentation: "https://s.veen.world/cymais"
|
||||
logo:
|
||||
class: "fas fa-chalkboard-teacher"
|
||||
dependencies:
|
||||
- package-manager
|
||||
class: "fas fa-chalkboard-teacher"
|
@@ -4,10 +4,12 @@
|
||||
include_role:
|
||||
name: docker-compose
|
||||
|
||||
- name: install cymais-presentation
|
||||
command:
|
||||
cmd: "pkgmgr install cymais-presentation --clone-mode https"
|
||||
notify: docker compose project build and setup
|
||||
- name: "{{ role_name }} | pkgmgr install"
|
||||
include_role:
|
||||
name: pkgmgr-install
|
||||
vars:
|
||||
package_name: cymais-presentation
|
||||
package_notify: docker compose project build and setup
|
||||
|
||||
- name: Get path of cymais-presentation using pkgmgr
|
||||
command: pkgmgr path cymais-presentation
|
||||
|
Reference in New Issue
Block a user