nagios-nrpe: remount /usr **after** installing the packages
All checks were successful
Ansible Lint |Total|New|Outstanding|Fixed|Trend |:-:|:-:|:-:|:-:|:-: |2789|6|2783|4|:-1: Reference build: <a href="https://jenkins.evolix.org/job/gitea/job/ansible-roles/job/unstable/260//ansiblelint">Evolix » ansible-roles » unstable #260</a>
gitea/ansible-roles/pipeline/head This commit looks good

This commit is contained in:
Jérémy Lecour 2023-05-31 11:27:32 +02:00 committed by Jérémy Lecour
parent 6837df5a9e
commit 1ae40e7686
2 changed files with 5 additions and 3 deletions

View file

@ -25,6 +25,7 @@ The **patch** part changes is incremented if multiple releases happen the same m
### Fixed
* nagios-nrpe: remount /usr **after** installing the packages
* packweb-apache,nagios-nrpe: add missing task and config for PHP 8.2 container
* potsfix: add missing `localhost.$mydomain` to mydestination

View file

@ -1,15 +1,16 @@
---
# Install check-local utilitary
# This task is for Debian >= 10 only!
- name: "Remount /usr if needed"
ansible.builtin.include_role:
name: remount-usr
- name: Package nagios-nrpe-plugin is intalled
ansible.builtin.apt:
name: nagios-nrpe-plugin
when: ansible_distribution_major_version is version('10', '>=')
- name: "Remount /usr if needed"
ansible.builtin.include_role:
name: remount-usr
- name: Utilitary check-local is installed
ansible.builtin.copy:
src: check-local