munin: extra task autoconfigure (#171)
extra task autoconfigure Co-authored-by: Michael Grote <michael.grote@posteo.de> Reviewed-on: mg/ansible#171 Co-Authored-By: mg <mg@noreply.git.mgrote.net> Co-Committed-By: mg <mg@noreply.git.mgrote.net>
This commit is contained in:
parent
2998a62649
commit
e78c067cef
1 changed files with 7 additions and 0 deletions
|
@ -32,6 +32,13 @@
|
||||||
mode: 0644
|
mode: 0644
|
||||||
notify: restart munin-node
|
notify: restart munin-node
|
||||||
|
|
||||||
|
- name: munin-node-configure --shell
|
||||||
|
ansible.builtin.shell: munin-node-configure --shell
|
||||||
|
register: output_conf
|
||||||
|
changed_when: "output_conf.rc != 0"
|
||||||
|
ignore_errors: yes # ignoriere fehler
|
||||||
|
when: install.changed
|
||||||
|
|
||||||
- name: Install additional plugins.
|
- name: Install additional plugins.
|
||||||
get_url:
|
get_url:
|
||||||
url: "{{ item.src }}"
|
url: "{{ item.src }}"
|
||||||
|
|
Loading…
Reference in a new issue