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:
@@ -23,6 +23,3 @@ galaxy_info:
|
||||
repository: "https://github.com/kevinveenbirkenbach/docker-volume-cleaner"
|
||||
issue_tracker_url: "https://github.com/kevinveenbirkenbach/docker-volume-cleaner/issues"
|
||||
documentation: "https://github.com/kevinveenbirkenbach/docker-volume-cleaner#readme"
|
||||
|
||||
dependencies:
|
||||
- package-manager
|
||||
|
@@ -1,6 +1,8 @@
|
||||
- name: install dockreap
|
||||
command:
|
||||
cmd: "pkgmgr install dockreap"
|
||||
- name: "{{ role_name }} | pkgmgr install"
|
||||
include_role:
|
||||
name: pkgmgr-install
|
||||
vars:
|
||||
package_name: dockreap
|
||||
when: run_once_cleanup_docker_anonymous_volumes is not defined
|
||||
|
||||
- name: run dockreap with --no-confirmation
|
||||
|
Reference in New Issue
Block a user