mirror of
https://codeberg.org/Mo8it/dotfiles.git
synced 2024-12-02 23:33:05 +00:00
Use update scripts instead of dnf with ansible
This commit is contained in:
parent
ef6c5083a7
commit
2b10305ee4
1 changed files with 6 additions and 3 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue