Mathieu MD

Results 42 comments of Mathieu MD

This works too, nice! I just replaced hardcoded path by `dirname`: ```bash if ! [ -d "$(dirname ${static_filename})" ] ; then systemd-tmpfiles --create fi ```

> which release are you using? Ubuntu 22.04 > > So every first day of each months, the user `_rspamd` is receiving the cron error output by mail. > >...

For what it's worth, I added this `post_tasks` to my playbook: ```yaml - name: '[backup2l] Disable cron mail sending' lineinfile: path: '/etc/cron.daily/zz-backup2l' regexp: '^([!#].*backup2l -b)$' line: '\1 >/dev/null' backrefs: yes...

Good call @drybjed! `rspamd` role shipped by Debops Collection has no `meta/main.yml` at all. While `postconf`, for example, does have it. I ran `ansible-galaxy collection install --force-with-deps debops.debops`, it retrieved...

I think @drybjed suggestion to use `ansible_local.core.admin_public_email` in `MAILTO` would work, as it's supposed to be a single mail address. Even with several jobs with each their own`MAILTO` in the...

Salut Julien, Thanks for your answer. I admit I was hopping for a somewhat lighter way to do it. I'm a bit reluctant to adopt a new plugin. But if...

This bug is still present with FI-agent 2.6 on Ubuntu Jammy 22.04 LTS with a bond interface in `active-backup`. It's a shame, because of this, we cannot use GLPI to...

@XgameV8 did you try to move the IP responding to SNMP to the top of the list of IPs? ![2021-11-04_09-24](https://user-images.githubusercontent.com/2104679/140281368-0e679caa-51f3-42a5-b3e2-f1323c868f61.png)

Thanks @corubba to address this problem! I don't think supporting very old browsers is worth the effort, but I may be wrong of course. It's nice to use PowerDNS' doc...