correction tasks keepalived

This commit is contained in:
Tom David--Broglio 2024-03-07 15:47:39 +01:00
parent 501f5e7577
commit 2fe0d25277
2 changed files with 3 additions and 2 deletions

View file

@ -20,6 +20,7 @@ The **patch** part is incremented if multiple releases happen the same month
### Fixed
* certbot: Fix HAProxy renewal hook
* keepalived: Fix tasks that use file instead of copy
### Removed

View file

@ -8,7 +8,7 @@
- keepalived
- name: Add notify.sh script for NRPE check
ansible.builtin.file:
ansible.builtin.copy:
src: notify.sh
dest: /etc/keepalived/notify.sh
mode: "0755"
@ -21,7 +21,7 @@
- nrpe
- name: check_keepalived is installed
ansible.builtin.file:
ansible.builtin.copy:
src: check_keepalived
dest: /usr/local/lib/nagios/plugins/check_keepalived
mode: "0755"