unbound: Add a apt cache validity to enforce an apt update if needed
All checks were successful
Ansible Lint |Total|New|Outstanding|Fixed|Trend
|:-:|:-:|:-:|:-:|:-:
|2668|4|2664|5|:+1:
Reference build: <a href="https://jenkins.evolix.org/job/gitea/job/ansible-roles/job/unstable/437//ansiblelint">Evolix » ansible-roles » unstable #437</a>
gitea/ansible-roles/pipeline/head This commit looks good
All checks were successful
Ansible Lint |Total|New|Outstanding|Fixed|Trend
|:-:|:-:|:-:|:-:|:-:
|2668|4|2664|5|:+1:
Reference build: <a href="https://jenkins.evolix.org/job/gitea/job/ansible-roles/job/unstable/437//ansiblelint">Evolix » ansible-roles » unstable #437</a>
gitea/ansible-roles/pipeline/head This commit looks good
This commit is contained in:
parent
1eb5a47c71
commit
4a1b94f55d
2 changed files with 2 additions and 0 deletions
|
@ -75,6 +75,7 @@ The **patch** part changes is incremented if multiple releases happen the same m
|
|||
* apt: use archive.debian.org with Stretch
|
||||
* webapps/nextcloud: fix Add Ceph volume to fstab : missing UUID= in src
|
||||
* evolinux-base: fix hardware.yml (wrong repo, missing update cache)
|
||||
* unbound: Add a apt cache validity to enforce an apt update if needed
|
||||
|
||||
### Removed
|
||||
|
||||
|
|
|
@ -6,6 +6,7 @@
|
|||
- unbound-anchor
|
||||
- dns-root-data
|
||||
state: present
|
||||
cache_valid_time: 3600
|
||||
tags:
|
||||
- unbound
|
||||
|
||||
|
|
Loading…
Reference in a new issue