opendkim: update apt cache before install
Ansible Lint |Total|New|Outstanding|Fixed|Trend
|:-:|:-:|:-:|:-:|:-:
|2600|5|2595|3|:-1:
Reference build: <a href="https://jenkins.evolix.org/job/gitea/job/ansible-roles/job/unstable/299//ansiblelint">Evolix » ansible-roles » unstable #299</a>
Details
gitea/ansible-roles/pipeline/head This commit looks good
Details
Ansible Lint |Total|New|Outstanding|Fixed|Trend
|:-:|:-:|:-:|:-:|:-:
|2600|5|2595|3|:-1:
Reference build: <a href="https://jenkins.evolix.org/job/gitea/job/ansible-roles/job/unstable/299//ansiblelint">Evolix » ansible-roles » unstable #299</a>
Details
gitea/ansible-roles/pipeline/head This commit looks good
Details
This commit is contained in:
parent
440a54c21c
commit
030871ea9b
|
@ -52,6 +52,7 @@ The **patch** part changes is incremented if multiple releases happen the same m
|
|||
* potsfix: add missing `localhost.$mydomain` to mydestination
|
||||
* nagios-nrpe: check\_ssl\_local now has an output that nrpe can understand when it isn't OK
|
||||
* nginx: set default server directive in default vhost
|
||||
* opendkim: update apt cache before install
|
||||
|
||||
### Removed
|
||||
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
- ssl-cert
|
||||
- dns-root-data
|
||||
state: present
|
||||
update_cache: yes
|
||||
tags:
|
||||
- opendkim
|
||||
|
||||
|
|
Loading…
Reference in New Issue