Browse Source

erreur de notify, restart hobbit-client au lieu de xymon-client sur deb> 8

master
LecygneNoir 6 years ago
parent
commit
0ddcb966a1
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      roles/xymon-client/tasks/client_debian.yml

+ 1
- 1
roles/xymon-client/tasks/client_debian.yml View File

@ -59,7 +59,7 @@
- xymon-client
- client-configuration
lineinfile: name=/etc/default/xymon-client regexp='^CLIENTHOSTNAME=' line='CLIENTHOSTNAME="{{ansible_fqdn}}"'
notify: restart hobbit-client
notify: restart xymon-client
when: ansible_distribution == 'Debian' and ansible_distribution_major_version|int >= 8
- name: Set xymon cron for APT

Loading…
Cancel
Save