Closed spolack closed 2 months ago
Not kidding...
Quick procedure to deploy without reflashing:
rm -r tmp ansible-playbook play.yml -t config -l sama-core,zwingli-core cd tmp/configs for i in *; do scp -O $i/etc/config/olsrd6 root@$i.olsr:/etc/config/; ssh root@$i.olsr /etc/init.d/olsrd6 start; ssh root@$i.olsr /etc/init.d/olsrd6 enable; done
Works perfectly fine for me. I would merge. The failing CI does not have anything to do with this PR.
Not kidding...
Quick procedure to deploy without reflashing: