File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed
infra/ansible/roles/knot_authoritative/tasks Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 1818 with :
1919 environment : dev_jon
2020 secrets : inherit
21- # if: github.ref == 'refs/heads/main'
21+ if : github.ref == 'refs/heads/main'
2222
2323 deploy_sn11_prod :
2424 name : Deploy to sn11 prod
4141 deploy_sn3_prod :
4242 name : Deploy to sn3 prod
4343 uses : ./.github/workflows/deploy_dns_environment.yaml
44- needs : deploy_sn10_prod
44+ # needs: deploy_sn10_prod
4545 with :
4646 environment : prod_sn3
4747 secrets : inherit
48- if : github.ref == 'refs/heads/main'
48+ # if: github.ref == 'refs/heads/main'
Original file line number Diff line number Diff line change 2626 ansible.builtin.apt :
2727 lock_timeout : 240
2828 update_cache : true
29- allow_downgrade : true
3029 pkg :
3130 - apt-transport-https
3231 - ca-certificates
3534 - python3-pip
3635 - python3.11-venv
3736 - dnsutils
38- - knot # =3.4.8 -cznic.1~bookworm
37+ - knot=3.4.6 -cznic.1~bookworm
3938
4039- name : Knot DNS Config
4140 ansible.builtin.template :
You can’t perform that action at this time.
0 commit comments