1
0
Fork 0
mirror of https://codeberg.org/Mo8it/dotfiles.git synced 2024-10-17 20:52:40 +00:00

Use update scripts instead of dnf with ansible

This commit is contained in:
Mo 2024-05-04 02:01:04 +02:00
parent ef6c5083a7
commit 2b10305ee4

View file

@ -33,9 +33,12 @@ layout {
pane split_direction="vertical" {
pane {
cwd "/home/mo8it/servers/ansible"
command "ansible-playbook"
args "playbooks/update_dnf.yaml"
command "ssh"
args "minisforum" "fish" "sync/scripts/update.fish"
}
pane {
command "ssh"
args "forwarder" "sudo" "./update.sh"
}
pane {
cwd "/home/mo8it/servers/ansible"