mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-29 15:06:26 +02:00
Solved package-manager bugs
This commit is contained in:
@@ -22,5 +22,5 @@ galaxy_info:
|
||||
issue_tracker_url: "https://s.veen.world/cymaisissues"
|
||||
documentation: "https://s.veen.world/cymais"
|
||||
dependencies:
|
||||
- git
|
||||
- package-manager
|
||||
- systemd-notifier
|
||||
|
@@ -1,6 +1,6 @@
|
||||
- name: install auto-btrfs-balancer
|
||||
- name: install btrfs-auto-balancer
|
||||
command:
|
||||
cmd: "pkgmgr install auto-btrfs-balancer"
|
||||
cmd: "pkgmgr install btrfs-auto-balancer --clone-mode https"
|
||||
when: run_once_system_btrfs_auto_balancer is not defined
|
||||
|
||||
- name: configure system-btrfs-auto-balancer.cymais.service
|
||||
|
@@ -4,4 +4,4 @@ OnFailure=systemd-notifier.cymais@%n.service
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
ExecStart=/bin/sh -c 'auto-btrfs-balancer 90 10'
|
||||
ExecStart=/bin/sh -c 'btrfs-auto-balancer 90 10'
|
Reference in New Issue
Block a user