File tree Expand file tree Collapse file tree 2 files changed +13
-4
lines changed Expand file tree Collapse file tree 2 files changed +13
-4
lines changed Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ EOFINNER
5252cat ./scripts/mkimg.zfsnetboot.sh
5353echo Running mkimage.sh
5454mkdir -p ~/iso
55- ./scripts/mkimage.sh --outdir ~/iso --arch x86_64 --repository http ://dl-cdn.alpinelinux.org/alpine/edge /main --profile zfsnetboot
55+ ./scripts/mkimage.sh --outdir ~/iso --arch x86_64 --repository https ://dl-cdn.alpinelinux.org/alpine/v3.20 /main --profile zfsnetboot
5656EOF
5757
5858
Original file line number Diff line number Diff line change 4141 tags :
4242 - network
4343
44- - name : Set up apk-repo
45- command : setup-apkrepos -f
44+ - name : Template /etc/apk/repositories
45+ ansible.builtin.template :
46+ src : etc/apk/repositories
47+ dest : /etc/apk/repositories
48+ owner : root
49+ group : root
50+ mode : ' 0644'
51+ tags :
52+ - repositories
4653
4754 # - name: Template ~/.vimrc
4855 # ansible.builtin.template:
105112 - scripts
106113
107114 - name : Disable swap during play
108- command : swapoff --all
115+ command : swapoff -a
116+ tags :
117+ - swapoff
You can’t perform that action at this time.
0 commit comments