Commit 4f475297 authored by nanahira's avatar nanahira

Merge branch 'master' of git.mycard.moe:mycard/nextgen-router

parents 214189b9 4c2aedf0
...@@ -45,6 +45,7 @@ ...@@ -45,6 +45,7 @@
file: file:
name: '{{ansible_user_dir}}/iptables-gateways' name: '{{ansible_user_dir}}/iptables-gateways'
state: touch state: touch
changed_when: false
- name: iptables-gateways stuff - name: iptables-gateways stuff
copy: copy:
src: ./files/iptables-gateways/{{item}} src: ./files/iptables-gateways/{{item}}
......
...@@ -76,9 +76,9 @@ md5sum linux initrd.gz ...@@ -76,9 +76,9 @@ md5sum linux initrd.gz
boot boot
:focal :focal
set kernel_url http://${boot_domain}/ubuntu-squash/20.04.1-8de3099a/ set kernel_url http://${boot_domain}/ubuntu-squash/20.04.2-23da52d5/
set codename focal set codename focal
set version_number 20.04.1 set version_number 20.04.2
goto sub_boot goto sub_boot
:groovy :groovy
set kernel_url http://${boot_domain}/ubuntu-squash/20.10-424a54b4/ set kernel_url http://${boot_domain}/ubuntu-squash/20.10-424a54b4/
......
...@@ -59,6 +59,6 @@ _download_ubuntu_squash() { ...@@ -59,6 +59,6 @@ _download_ubuntu_squash() {
} }
_download_ubuntu_squash 20.10-424a54b4 _download_ubuntu_squash 20.10-424a54b4
_download_ubuntu_squash 20.04.1-8de3099a _download_ubuntu_squash 20.04.2-23da52d5
cd .. cd ..
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment