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

Run Ansible on update

This commit is contained in:
Mo 2022-08-05 13:46:24 +02:00
parent 5b65b05c2a
commit e78415cccc

View file

@ -3,3 +3,4 @@ layout vertical
launch fish -c "python ~/.scripts/update.py rpm-ostree"
launch fish -c "python ~/.scripts/update.py flatpak"
launch fish -c "python ~/.scripts/update.py cargo"
launch fish -c "cd ~/servers/ansible && ansible-playbook playbooks/update.yml; read -P 'Enter'"